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 31051a0 commit 79ee2fcCopy full SHA for 79ee2fc
.github/workflows/publish-php-debug-images.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "Latest version in ${{ matrix.php-version }} is ${PHP_VERSION}"
44
45
- name: Build and push ${{ env.PHP_VERSION }} as ${{ matrix.php-version }}-${{ matrix.os }} to ghcr.io
46
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
47
with:
48
push: true
49
file: docker/Dockerfile.${{ matrix.os }}
0 commit comments