Skip to content

Commit

Permalink
Merge pull request #213 from fhem/renovate/docker-build-push-action-6.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v6.9.0
  • Loading branch information
sidey79 authored Nov 9, 2024
2 parents e9642b3 + 833dcb9 commit 4bb5ec4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/actions/integrationtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
images: base

- name: Build base image
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
id: docker_build_base
with:
context: .
Expand All @@ -46,7 +46,7 @@ runs:
images: runtime

- name: Build for integration test amd64
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
id: docker_build_runtime
with:
context: .
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build base wheels and export to cache
id: build_basewheels_cross
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
with:
context: .
file: Dockerfile
Expand All @@ -78,7 +78,7 @@ jobs:
outputs: type=local,dest=./wheelhouse

- name: cache wheel builder image amd64
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
with:
context: .
file: Dockerfile
Expand All @@ -89,7 +89,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache

- name: cache wheel builder image armv7
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
with:
context: .
file: Dockerfile
Expand All @@ -113,7 +113,7 @@ jobs:

- name: Build amd64 base image and export to cache
id: build_base_amd64
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
with:
context: .
file: Dockerfile
Expand All @@ -128,7 +128,7 @@ jobs:

- name: Build armv7 base image and export to cache
id: build_base_armv7
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
with:
context: .
file: Dockerfile
Expand All @@ -148,7 +148,7 @@ jobs:
- name: Build extra wheels
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
mkdir -p ./wheelhouse/linux_arm_v7
- name: Build wheels for mod ${{ matrix.module }}
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
timeout-minutes: 75
with:
context: .
Expand All @@ -306,7 +306,7 @@ jobs:

- name: Build for integration test
id: build-it
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
org.opencontainers.image.title=${{ env.IMAGE_NAME }}_${{ matrix.module }}
- name: Build and push Docker image for all plattforms
uses: docker/build-push-action@v6.6.0
uses: docker/build-push-action@v6.9.0
id: docker_build_runtime_cross
with:
context: .
Expand Down

0 comments on commit 4bb5ec4

Please sign in to comment.