Skip to content

Commit 21a34b6

Browse files
authored
Merge pull request #211 from fhem/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6.6.0
2 parents e7d043b + e4380f4 commit 21a34b6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/actions/integrationtest/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
images: base
2626

2727
- name: Build base image
28-
uses: docker/build-push-action@v6.5.0
28+
uses: docker/build-push-action@v6.6.0
2929
id: docker_build_base
3030
with:
3131
context: .
@@ -46,7 +46,7 @@ runs:
4646
images: runtime
4747

4848
- name: Build for integration test amd64
49-
uses: docker/build-push-action@v6.5.0
49+
uses: docker/build-push-action@v6.6.0
5050
id: docker_build_runtime
5151
with:
5252
context: .

.github/workflows/docker-matrix-wheels.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build base wheels and export to cache
6464
id: build_basewheels_cross
65-
uses: docker/build-push-action@v6.5.0
65+
uses: docker/build-push-action@v6.6.0
6666
with:
6767
context: .
6868
file: Dockerfile
@@ -78,7 +78,7 @@ jobs:
7878
outputs: type=local,dest=./wheelhouse
7979

8080
- name: cache wheel builder image amd64
81-
uses: docker/build-push-action@v6.5.0
81+
uses: docker/build-push-action@v6.6.0
8282
with:
8383
context: .
8484
file: Dockerfile
@@ -89,7 +89,7 @@ jobs:
8989
cache-from: type=local,src=/tmp/.buildx-cache
9090

9191
- name: cache wheel builder image armv7
92-
uses: docker/build-push-action@v6.5.0
92+
uses: docker/build-push-action@v6.6.0
9393
with:
9494
context: .
9595
file: Dockerfile
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Build amd64 base image and export to cache
115115
id: build_base_amd64
116-
uses: docker/build-push-action@v6.5.0
116+
uses: docker/build-push-action@v6.6.0
117117
with:
118118
context: .
119119
file: Dockerfile
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Build armv7 base image and export to cache
130130
id: build_base_armv7
131-
uses: docker/build-push-action@v6.5.0
131+
uses: docker/build-push-action@v6.6.0
132132
with:
133133
context: .
134134
file: Dockerfile
@@ -148,7 +148,7 @@ jobs:
148148
149149
150150
- name: Build extra wheels
151-
uses: docker/build-push-action@v6.5.0
151+
uses: docker/build-push-action@v6.6.0
152152
with:
153153
context: .
154154
file: Dockerfile
@@ -287,7 +287,7 @@ jobs:
287287
mkdir -p ./wheelhouse/linux_arm_v7
288288
289289
- name: Build wheels for mod ${{ matrix.module }}
290-
uses: docker/build-push-action@v6.5.0
290+
uses: docker/build-push-action@v6.6.0
291291
timeout-minutes: 75
292292
with:
293293
context: .
@@ -306,7 +306,7 @@ jobs:
306306

307307
- name: Build for integration test
308308
id: build-it
309-
uses: docker/build-push-action@v6.5.0
309+
uses: docker/build-push-action@v6.6.0
310310
with:
311311
context: .
312312
file: Dockerfile
@@ -360,7 +360,7 @@ jobs:
360360
org.opencontainers.image.title=${{ env.IMAGE_NAME }}_${{ matrix.module }}
361361
362362
- name: Build and push Docker image for all plattforms
363-
uses: docker/build-push-action@v6.5.0
363+
uses: docker/build-push-action@v6.6.0
364364
id: docker_build_runtime_cross
365365
with:
366366
context: .

0 commit comments

Comments
 (0)