Skip to content

Commit c010570

Browse files
authored
Merge pull request #14 from INsReady/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents 36028af + 1df61fd commit c010570

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
@@ -24,7 +24,7 @@ jobs:
2424
-
2525
name: Build and push - D7
2626
id: docker_build_7
27-
uses: docker/build-push-action@v4
27+
uses: docker/build-push-action@v5
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@v4
36+
uses: docker/build-push-action@v5
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@v4
46+
uses: docker/build-push-action@v5
4747
continue-on-error: true
4848
with:
4949
context: ./10/
@@ -64,7 +64,7 @@ jobs:
6464
-
6565
name: Build and push - ContentaCMS
6666
id: docker_build_contenta
67-
uses: docker/build-push-action@v4
67+
uses: docker/build-push-action@v5
6868
continue-on-error: true
6969
with:
7070
context: ./contentacms/
@@ -74,7 +74,7 @@ jobs:
7474
-
7575
name: Build and push - Thunder
7676
id: docker_build_thunder
77-
uses: docker/build-push-action@v4
77+
uses: docker/build-push-action@v5
7878
continue-on-error: true
7979
with:
8080
context: ./thunder/
@@ -84,7 +84,7 @@ jobs:
8484
-
8585
name: Build and push - Varbase
8686
id: docker_build_varbase
87-
uses: docker/build-push-action@v4
87+
uses: docker/build-push-action@v5
8888
continue-on-error: true
8989
with:
9090
context: ./varbase/
@@ -94,7 +94,7 @@ jobs:
9494
-
9595
name: Build and push - govCMS
9696
id: docker_build_govcms
97-
uses: docker/build-push-action@v4
97+
uses: docker/build-push-action@v5
9898
continue-on-error: true
9999
with:
100100
context: ./govcms/

0 commit comments

Comments
 (0)