Update container.yml

This commit is contained in:
St. Veit
2024-04-08 09:45:30 +02:00
committed by GitHub
parent 2afa21f18e
commit 4e25cc2483

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