Skip to content

Commit

Permalink
Merge pull request #612 from Constantin07/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/docker/setup-buildx-action-3.6.1

Bump docker/setup-buildx-action from 3.6.0 to 3.6.1 in /.github/workflows
  • Loading branch information
Constantin07 committed Aug 5, 2024
2 parents cbb095d + 059bd5b commit 9333f62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tool-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
driver-opts: image=moby/buildkit:master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
driver-opts: image=moby/buildkit:master

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

- name: Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
driver-opts: image=moby/buildkit:master

Expand Down

0 comments on commit 9333f62

Please sign in to comment.