fix different image name

This commit is contained in:
sberk42
2024-08-28 18:34:52 +02:00
committed by GitHub
parent 80d3404498
commit 8fc42f8335

View File

@@ -54,7 +54,7 @@ jobs:
- name: Tag Image
id: tag_image
run: |
DOCKER_REPOSITORY=ghcr.io/${{ github.repository }}
DOCKER_REPOSITORY=ghcr.io/${{ github.repository }}/$IMAGE_NAME
# Change all uppercase to lowercase
DOCKER_REPOSITORY=$(echo $DOCKER_REPOSITORY | tr '[A-Z]' '[a-z]')