Skip to content

Commit 77ba7e8

Browse files
committed
Updating workflows
1 parent 9a53b95 commit 77ba7e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
-
4949
name: Build and push
5050
id: docker_build
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
file: ./${{ matrix.php }}/Dockerfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
-
6060
name: Build and push
6161
id: docker_build
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
with:
6464
context: .
6565
file: ./${{ matrix.php }}/Dockerfile

0 commit comments

Comments
 (0)