Skip to content

Commit

Permalink
chore(deps): bump docker/setup-buildx-action from 2.5.0 to 2.7.0 (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Jun 14, 2023
2 parents a42a72a + 6c0f8de commit 9afcf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-alwatr-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: 🏗 Setup Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.7.0

- name: 🏗 Log into registry ${{ env.REGISTRY }}
if: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-special-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: sigstore/cosign-installer@v3.0.5

- name: 🏗 Setup Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.7.0

- name: 🏗 Log into registry ${{env.REGISTRY}}
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 9afcf5a

Please sign in to comment.