From 9d1c12b73eb1e3623d28119b6fc4f4e5169ba118 Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Thu, 4 Aug 2022 16:37:40 +0100 Subject: [PATCH] fix(ghcr): imageref (#45) Signed-off-by: Toni Tauro --- .github/workflows/release-container-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-container-image.yaml b/.github/workflows/release-container-image.yaml index 90153aa..1e2bffe 100644 --- a/.github/workflows/release-container-image.yaml +++ b/.github/workflows/release-container-image.yaml @@ -25,7 +25,7 @@ jobs: - name: Prepare Image Metadata id: prep run: | - DOCKER_IMAGE=ghcr.io/adfinis-sygroup/back8sup + DOCKER_IMAGE=ghcr.io/adfinis/back8sup VERSION=noop if [ "${{ github.event_name }}" = "schedule" ]; then VERSION=nightly