Skip to content

Commit b09e04b

Browse files
⬆️ Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6c1456 commit b09e04b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176

177177
- name: Build Docker image
178178
id: image
179-
uses: docker/build-push-action@v5
179+
uses: docker/build-push-action@v6
180180
with:
181181
# push and load may not be set together at the moment
182182
#
@@ -291,7 +291,7 @@ jobs:
291291

292292
- name: Build Docker image
293293
id: image
294-
uses: docker/build-push-action@v5
294+
uses: docker/build-push-action@v6
295295
with:
296296
push: true
297297
load: false
@@ -389,7 +389,7 @@ jobs:
389389

390390
- name: Build Docker image
391391
id: image
392-
uses: docker/build-push-action@v5
392+
uses: docker/build-push-action@v6
393393
with:
394394
push: true
395395
load: false
@@ -503,7 +503,7 @@ jobs:
503503

504504
- name: Build Docker image
505505
id: image
506-
uses: docker/build-push-action@v5
506+
uses: docker/build-push-action@v6
507507
with:
508508
push: true
509509
load: false

.github/workflows/doc-build-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Build Docker image
8686
id: image
87-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8888
with:
8989
# push and load may not be set together at the moment
9090
push: true

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Build Docker image
9797
id: image
98-
uses: docker/build-push-action@v5
98+
uses: docker/build-push-action@v6
9999
with:
100100
# push and load may not be set together at the moment
101101
push: true

.github/workflows/docker_hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: env.JOB_DONE == 'false' && env.CAN_LOGIN == 'true'
8383

8484
- name: Build and push make-build
85-
uses: docker/build-push-action@v5
85+
uses: docker/build-push-action@v6
8686
with:
8787
context: .
8888
file: docker/Dockerfile

0 commit comments

Comments
 (0)