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