Skip to content

Commit

Permalink
Merge pull request #4027 from OSGeo/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-3

build(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
rouault authored Feb 1, 2024
2 parents b92ffad + 80a4925 commit b5399f5
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 @@ -45,7 +45,7 @@ jobs:
echo "ref" ${{ github.ref }}
- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: latest
- if: ${{ env.PUSH_PACKAGES == 'true' }}
Expand Down

0 comments on commit b5399f5

Please sign in to comment.