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