Skip to content

Commit b836d60

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 22b9a5c commit b836d60

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/reusable-build-and-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
3737

3838
- name: Build and push frontend docker image
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
push: true
4242
file: .docker-hub/frontend/Dockerfile
@@ -53,7 +53,7 @@ jobs:
5353
cache-to: type=gha,scope=frontend,mode=max
5454

5555
- name: Build and push api docker image
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
push: true
5959
file: api/Dockerfile
@@ -66,7 +66,7 @@ jobs:
6666
cache-to: type=gha,scope=api,mode=max
6767

6868
- name: Build and push print docker image
69-
uses: docker/build-push-action@v5
69+
uses: docker/build-push-action@v6
7070
with:
7171
push: true
7272
file: .docker-hub/print/Dockerfile
@@ -83,7 +83,7 @@ jobs:
8383
cache-to: type=gha,scope=print,mode=max
8484

8585
- name: Build and push varnish docker image
86-
uses: docker/build-push-action@v5
86+
uses: docker/build-push-action@v6
8787
with:
8888
push: true
8989
file: .docker-hub/varnish/Dockerfile
@@ -95,7 +95,7 @@ jobs:
9595
cache-to: type=gha,scope=varnish,mode=max
9696

9797
- name: Build and push db-backup-restore docker image
98-
uses: docker/build-push-action@v5
98+
uses: docker/build-push-action@v6
9999
with:
100100
push: true
101101
file: .helm/ecamp3/files/db-backup-restore-image/Dockerfile

.github/workflows/reusable-e2e-tests-build.yml

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

1818
# build API (using cache; provide image to docker compose)
1919
- name: Build docker image (API/PHP)
20-
uses: docker/build-push-action@v5
20+
uses: docker/build-push-action@v6
2121
with:
2222
file: api/Dockerfile
2323
context: './api'

0 commit comments

Comments
 (0)