We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ea317 commit f8e51dfCopy full SHA for f8e51df
.github/workflows/docker-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
push: true
35
tags: |
36
- ghcr.io/${{ github.repository_owner }}/ci-php:latest
+ ghcr.io/${{ github.repository_owner }}/ci-php:8.0
37
ghcr.io/${{ github.repository_owner }}/ci-php:${{ github.ref_name }}
38
-
39
if: contains(github.ref, 'refs/pull/')
0 commit comments