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 9fd44a2 commit 9c084b7Copy full SHA for 9c084b7
.github/workflows/image-push-release.yml
@@ -48,5 +48,5 @@ jobs:
48
platforms: linux/amd64,linux/arm64
49
push: true
50
tags: |
51
- ${{ github.event.inputs.version }}
+ ghcr.io/k8snetworkplumbingwg/plugins:${{ github.event.inputs.version }}
52
file: ./Dockerfile
0 commit comments