Skip to content

Commit 38cc654

Browse files
fix: GHCR_IMAGE lowercase
1 parent 24f5299 commit 38cc654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_dockerhub_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
docker pull "$image"
4545
4646
# Préparation du nom pour GHCR
47-
GHCR_IMAGE="ghcr.io/${GITHUB_REPOSITORY}/${image}"
47+
GHCR_IMAGE="ghcr.io/${GITHUB_REPOSITORY,,}/${image}"
4848
4949
# Tag pour GHCR
5050
docker tag "$image" "$GHCR_IMAGE"

0 commit comments

Comments
 (0)