Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 1.6.0 to 2
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@94ab11c...dc7b971)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dbast committed May 9, 2022
1 parent 2cccd8b commit 9608bad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_alpine_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6
with:
version: latest
driver-opts: network=host
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_amazonlinux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6
with:
version: latest
driver-opts: network=host
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_debian_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6
with:
version: latest
driver-opts: network=host
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_pkg_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6
with:
version: latest
driver-opts: network=host
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/concourse_rsync_resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6
with:
version: latest
driver-opts: network=host
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miniconda_alpine_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6
with:
version: latest
driver-opts: network=host
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miniconda_debian_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6
with:
version: latest
driver-opts: network=host
Expand Down

0 comments on commit 9608bad

Please sign in to comment.