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 b4fa0f6 commit a1b2640Copy full SHA for a1b2640
.github/workflows/release.yml
@@ -34,5 +34,5 @@ jobs:
34
context: .
35
push: true
36
tags: |
37
- ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ env.VERSION }}
38
- ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
+ ghcr.io/${{ github.repository }}:${{ env.VERSION }}
+ ghcr.io/${{ github.repository }}:latest
0 commit comments