We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f5299 commit 38cc654Copy full SHA for 38cc654
.github/workflows/sync_dockerhub_images.yaml
@@ -44,7 +44,7 @@ jobs:
44
docker pull "$image"
45
46
# Préparation du nom pour GHCR
47
- GHCR_IMAGE="ghcr.io/${GITHUB_REPOSITORY}/${image}"
+ GHCR_IMAGE="ghcr.io/${GITHUB_REPOSITORY,,}/${image}"
48
49
# Tag pour GHCR
50
docker tag "$image" "$GHCR_IMAGE"
0 commit comments