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]')