We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468a67a commit bbafb29Copy full SHA for bbafb29
.github/workflows/release-operator-to-ghcr.yml
@@ -50,5 +50,5 @@ jobs:
50
push: true
51
platforms: linux/amd64,linux/arm64
52
tags: |
53
- ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.event.release.tag_name }}
54
- ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
+ ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
+ ghcr.io/${{ github.repository }}:latest
0 commit comments