Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from edfb0fe6204400c56fbfd3feba3fe9ad…
Browse files Browse the repository at this point in the history
…1adfa345 to 0d103c3126aa41d772a8362f6aa67afac040f80c (#244)
  • Loading branch information
nam20485 committed Feb 26, 2024
2 parents 39dd685 + 6ecd50d commit f9fd60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@edfb0fe6204400c56fbfd3feba3fe9ad1adfa345
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-scout-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@edfb0fe6204400c56fbfd3feba3fe9ad1adfa345
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c

# # Login against GHCR Docker registry except on PR
# # https://github.com/docker/login-action
Expand Down

0 comments on commit f9fd60d

Please sign in to comment.