We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a53b95 commit 77ba7e8Copy full SHA for 77ba7e8
2 files changed
.github/workflows/dev.yml
@@ -48,7 +48,7 @@ jobs:
48
-
49
name: Build and push
50
id: docker_build
51
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
52
with:
53
context: .
54
file: ./${{ matrix.php }}/Dockerfile
.github/workflows/publish.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments