Skip to content

Commit

Permalink
Merge pull request #8 from athenavm/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
lrettig authored Jun 5, 2024
2 parents cb1f4fe + 4f62d70 commit 2c502ac
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 @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Docker BuildX
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
id: buildx
with:
install: true
Expand Down

0 comments on commit 2c502ac

Please sign in to comment.