From 9a9283556bb2fad82bbc52f5e95db7fb279ce36f Mon Sep 17 00:00:00 2001 From: Thomas Ferrandiz Date: Fri, 24 May 2024 14:00:53 +0000 Subject: [PATCH] fix tag --- .github/workflows/image-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-push.yml b/.github/workflows/image-push.yml index 2d55e6d..9e16937 100644 --- a/.github/workflows/image-push.yml +++ b/.github/workflows/image-push.yml @@ -55,7 +55,7 @@ jobs: with: context: . push: true - # tags: rancher/hardened-calico:${{ github.event.release.tag_name }} + tags: thomasferrandiz/hardened-calico:${{ github.event.release.tag_name }} file: Dockerfile platforms: ${{ matrix.platform }} outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true