Skip to content

Commit bbafb29

Browse files
committed
fixed image name
1 parent 468a67a commit bbafb29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-operator-to-ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
push: true
5151
platforms: linux/amd64,linux/arm64
5252
tags: |
53-
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.event.release.tag_name }}
54-
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
53+
ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
54+
ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)