-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#1799)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7437851
commit 0578aac
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
platforms: arm64 | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|
@@ -91,7 +91,7 @@ jobs: | |
run: sudo -E ./tests/ci-setup.bash github | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
sudo -E ./tests/ci-setup.bash github | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|
@@ -83,7 +83,7 @@ jobs: | |
platforms: arm | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|
@@ -121,7 +121,7 @@ jobs: | |
platforms: arm64 | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|
@@ -156,7 +156,7 @@ jobs: | |
sed -i 's|^java_opt=.*$|java_opt=17|' build-image/openhabian.conf | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|
@@ -195,7 +195,7 @@ jobs: | |
platforms: arm | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|
@@ -234,7 +234,7 @@ jobs: | |
platforms: arm64 | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
driver-opts: network=host | ||
- name: Build Docker image | ||
|