We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817680f commit 9762b86Copy full SHA for 9762b86
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
context: .
34
file: ./Dockerfile
35
push: true
36
- tags: |
+ tags:
37
# Only use the tag name (e.g., v1.0.0)
38
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.ref_name }}
39
# ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
0 commit comments