Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 1 to 3 (#878)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Chien <[email protected]>
  • Loading branch information
dependabot[bot] and jefchien authored Aug 9, 2024
1 parent b9a2b97 commit 08d0a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Set up Docker Buildx
if: contains(inputs.BucketKey, 'test') == false || steps.cached_container.outputs.cache-hit == false
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Set up QEMU
if: contains(inputs.BucketKey, 'test') == false || steps.cached_container.outputs.cache-hit == false
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:

- name: Set up Docker Buildx
if: contains(inputs.BucketKey, 'test') == false || steps.cached_binaries.outputs.cache-hit == false
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Get ECR Repo name
id: repo_name
Expand Down

0 comments on commit 08d0a8b

Please sign in to comment.