Skip to content

Commit

Permalink
Merge pull request #4187 from OSGeo/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
rouault committed Jul 1, 2024
2 parents ef281eb + a9f12ca commit 979f205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
- name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ env.PUSH_PACKAGES == 'true' }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 979f205

Please sign in to comment.