From 4e25cc24834199b9e4e9e6546f63a5da6b353dee Mon Sep 17 00:00:00 2001 From: "St. Veit" Date: Mon, 8 Apr 2024 09:45:30 +0200 Subject: [PATCH] Update container.yml --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index fe77734..1aea912 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -54,7 +54,7 @@ jobs: - name: Tag Image id: tag_image run: | - DOCKER_REPOSITORY=ghcr.io/${{ github.repository }}/$IMAGE_NAME + DOCKER_REPOSITORY=ghcr.io/${{ github.repository }} # Change all uppercase to lowercase DOCKER_REPOSITORY=$(echo $DOCKER_REPOSITORY | tr '[A-Z]' '[a-z]')