Skip to content

Commit 6b45077

Browse files
authored
Merge pull request #16 from INsReady/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 4 to 6
2 parents ba9269b + 5967237 commit 6b45077

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
-
2525
name: Build and push - D7
2626
id: docker_build_7
27-
uses: docker/build-push-action@v5
27+
uses: docker/build-push-action@v6
2828
continue-on-error: true
2929
with:
3030
context: ./7/
@@ -33,7 +33,7 @@ jobs:
3333
-
3434
name: Build and push - D9
3535
id: docker_build_9
36-
uses: docker/build-push-action@v5
36+
uses: docker/build-push-action@v6
3737
continue-on-error: true
3838
with:
3939
context: ./9/
@@ -43,7 +43,7 @@ jobs:
4343
-
4444
name: Build and push - D10
4545
id: docker_build_10
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v6
4747
continue-on-error: true
4848
with:
4949
context: ./10/
@@ -53,7 +53,7 @@ jobs:
5353
-
5454
name: Build and push - D11
5555
id: docker_build_11
56-
uses: docker/build-push-action@v4
56+
uses: docker/build-push-action@v6
5757
continue-on-error: true
5858
with:
5959
context: ./11/
@@ -74,7 +74,7 @@ jobs:
7474
-
7575
name: Build and push - ContentaCMS
7676
id: docker_build_contenta
77-
uses: docker/build-push-action@v5
77+
uses: docker/build-push-action@v6
7878
continue-on-error: true
7979
with:
8080
context: ./contentacms/
@@ -84,7 +84,7 @@ jobs:
8484
-
8585
name: Build and push - Thunder
8686
id: docker_build_thunder
87-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8888
continue-on-error: true
8989
with:
9090
context: ./thunder/
@@ -94,7 +94,7 @@ jobs:
9494
-
9595
name: Build and push - Varbase
9696
id: docker_build_varbase
97-
uses: docker/build-push-action@v5
97+
uses: docker/build-push-action@v6
9898
continue-on-error: true
9999
with:
100100
context: ./varbase/
@@ -104,7 +104,7 @@ jobs:
104104
-
105105
name: Build and push - govCMS
106106
id: docker_build_govcms
107-
uses: docker/build-push-action@v5
107+
uses: docker/build-push-action@v6
108108
continue-on-error: true
109109
with:
110110
context: ./govcms/

0 commit comments

Comments
 (0)