Skip to content

Commit

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

Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 in /.github/workflows
  • Loading branch information
Constantin07 authored Aug 28, 2023
2 parents cc2312c + 37efd34 commit f349dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tool-box.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: tool-box
run-name: Build tool-box container

Expand Down Expand Up @@ -32,7 +33,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.9.1
uses: docker/setup-buildx-action@v2.10.0
with:
driver-opts: image=moby/buildkit:master

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/vault.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: vault
run-name: Build vault container

Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.9.1
uses: docker/setup-buildx-action@v2.10.0
with:
driver-opts: image=moby/buildkit:master

Expand Down

0 comments on commit f349dcc

Please sign in to comment.