Skip to content

Commit 169fedf

Browse files
fix: change repo names
1 parent 2d95054 commit 169fedf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
push: true
3434
platforms: linux/amd64,linux/arm64
3535
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 }}
36+
ghcr.io/ronasit/php-nginx-dev:latest
37+
ghcr.io/ronasit/php-nginx-dev:${{ github.sha }}
38+
ghcr.io/ronasit/php-nginx-dev:${{ github.ref_name }}

0 commit comments

Comments
 (0)