Skip to content

Commit

Permalink
Merge pull request #337 from pgpointcloud/fix_docker_pipeline
Browse files Browse the repository at this point in the history
Fix docker pipeline
  • Loading branch information
pblottiere committed Jul 21, 2023
2 parents 3787893 + 6a0282d commit 6837592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Docker image latest
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down

0 comments on commit 6837592

Please sign in to comment.