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 a64f003 commit e26e9dbCopy full SHA for e26e9db
.github/workflows/docker-image.yml
@@ -34,4 +34,4 @@ jobs:
34
context: .
35
push: true
36
tags: |
37
- ghcr.io/${{ github.repository }}:${{ github.event.repository.name }}:${{ github.ref_name }}
+ ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}:${{ github.ref_name }}
0 commit comments