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 2d95054 commit 169fedfCopy full SHA for 169fedf
.github/workflows/docker-build-push.yml
@@ -33,6 +33,6 @@ jobs:
33
push: true
34
platforms: linux/amd64,linux/arm64
35
tags: |
36
- ghcr.io/ronasit/php-nginx-dev-wkhtmltopdf:latest
37
- ghcr.io/ronasit/php-nginx-dev-wkhtmltopdf:${{ github.sha }}
38
- ghcr.io/ronasit/php-nginx-dev-wkhtmltopdf:${{ github.ref_name }}
+ ghcr.io/ronasit/php-nginx-dev:latest
+ ghcr.io/ronasit/php-nginx-dev:${{ github.sha }}
+ ghcr.io/ronasit/php-nginx-dev:${{ github.ref_name }}
0 commit comments