Skip to content

Commit 9c084b7

Browse files
committed
Fix image name
1 parent 9fd44a2 commit 9c084b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-push-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
platforms: linux/amd64,linux/arm64
4949
push: true
5050
tags: |
51-
${{ github.event.inputs.version }}
51+
ghcr.io/k8snetworkplumbingwg/plugins:${{ github.event.inputs.version }}
5252
file: ./Dockerfile

0 commit comments

Comments
 (0)