From f93ea3535703ee119f817a3df97fc9c3fd7732e1 Mon Sep 17 00:00:00 2001 From: Luca Bertelli <53040714+banshee86vr@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:25:42 +0100 Subject: [PATCH] fix: change Docker image name --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0887156..65b549f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,5 +56,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: ${{ github.ref == 'refs/heads/main' && true || false }} tags: | - ${{ env.REGISTRY }}/hello-world:${{ env.SHA8 }} - ${{ env.REGISTRY }}/hello-world:latest + ${{ env.REGISTRY }}/banshee86vr/hello-world:${{ env.SHA8 }} + ${{ env.REGISTRY }}/banshee86vr/hello-world:latest