Skip to content

Commit 71a78fc

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/docker/build-push-action-4'
2 parents 9e54be1 + 18c90a8 commit 71a78fc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
-
2424
name: Build and push - D7
2525
id: docker_build_7
26-
uses: docker/build-push-action@v3
26+
uses: docker/build-push-action@v4
2727
continue-on-error: true
2828
with:
2929
context: ./7/
@@ -32,7 +32,7 @@ jobs:
3232
-
3333
name: Build and push - D9
3434
id: docker_build_9
35-
uses: docker/build-push-action@v3
35+
uses: docker/build-push-action@v4
3636
continue-on-error: true
3737
with:
3838
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@v3
46+
uses: docker/build-push-action@v4
4747
continue-on-error: true
4848
with:
4949
context: ./10/
@@ -53,7 +53,7 @@ jobs:
5353
-
5454
name: Build and push - ContentaCMS
5555
id: docker_build_contenta
56-
uses: docker/build-push-action@v3
56+
uses: docker/build-push-action@v4
5757
continue-on-error: true
5858
with:
5959
context: ./contentacms/
@@ -63,7 +63,7 @@ jobs:
6363
-
6464
name: Build and push - Thunder
6565
id: docker_build_thunder
66-
uses: docker/build-push-action@v3
66+
uses: docker/build-push-action@v4
6767
continue-on-error: true
6868
with:
6969
context: ./thunder/
@@ -73,7 +73,7 @@ jobs:
7373
-
7474
name: Build and push - Varbase
7575
id: docker_build_varbase
76-
uses: docker/build-push-action@v3
76+
uses: docker/build-push-action@v4
7777
continue-on-error: true
7878
with:
7979
context: ./varbase/
@@ -83,7 +83,7 @@ jobs:
8383
-
8484
name: Build and push - govCMS
8585
id: docker_build_govcms
86-
uses: docker/build-push-action@v3
86+
uses: docker/build-push-action@v4
8787
continue-on-error: true
8888
with:
8989
context: ./govcms/

0 commit comments

Comments
 (0)