Revert "fix different image name"

This reverts commit 8fc42f8335.
This commit is contained in:
sberk42
2024-08-28 18:39:25 +02:00
parent 8fc42f8335
commit 4ff6c1a799

View File

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