Skip to content

Commit

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

ci(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
Jeinhaus authored Sep 14, 2023
2 parents ab06f63 + 1c2079c commit b2f9222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cosign-release: 'v1.13.1'
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit b2f9222

Please sign in to comment.