Skip to content

Commit

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

⬆️ Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
2 parents 977e1f5 + 8e3a442 commit 0f20ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx for Multi-Arch Build
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Publish to Registry
if: ${{ github.actor != 'dependabot[bot]' }}
uses: elgohr/Publish-Docker-Github-Action@main
Expand Down

0 comments on commit 0f20ce4

Please sign in to comment.