Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 3.7.0 to 3.7.1 (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent f0b06fc commit 63231be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bats-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/installation-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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
Expand Down Expand Up @@ -84,7 +84,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
Expand Down Expand Up @@ -123,7 +123,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
Expand Down Expand Up @@ -162,7 +162,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
Expand Down

0 comments on commit 63231be

Please sign in to comment.