From 9c084b7455bd7afed66855dcf6fc638ff33013a6 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Mon, 8 Jan 2024 23:09:07 +0200 Subject: [PATCH] Fix image name --- .github/workflows/image-push-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-push-release.yml b/.github/workflows/image-push-release.yml index b8843fb68..9f226acf8 100644 --- a/.github/workflows/image-push-release.yml +++ b/.github/workflows/image-push-release.yml @@ -48,5 +48,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ${{ github.event.inputs.version }} + ghcr.io/k8snetworkplumbingwg/plugins:${{ github.event.inputs.version }} file: ./Dockerfile