Skip to content

Commit

Permalink
Merge pull request #306 from carlsonp/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-buildx-action-2

Bump docker/setup-buildx-action from 1 to 2
  • Loading branch information
carlsonp authored Feb 11, 2024
2 parents aea4361 + 9af40d1 commit b6453c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Test Building Docker Image
id: docker_build
# https://github.com/docker/build-push-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Build and push docker
id: docker_build
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit b6453c2

Please sign in to comment.