Skip to content

Commit

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

Bump docker/setup-buildx-action from 2.10.0 to 3.0.0
  • Loading branch information
fholzer committed Sep 19, 2023
2 parents 6ae0e87 + 56fb086 commit 0b0e19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.0

- name: Build amd64 image
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.0

- name: Build amd64 image
uses: docker/[email protected]
Expand Down

0 comments on commit 0b0e19c

Please sign in to comment.