Skip to content

Commit

Permalink
fix: GHCR_IMAGE lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored Nov 18, 2024
1 parent 24f5299 commit 38cc654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_dockerhub_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker pull "$image"
# Préparation du nom pour GHCR
GHCR_IMAGE="ghcr.io/${GITHUB_REPOSITORY}/${image}"
GHCR_IMAGE="ghcr.io/${GITHUB_REPOSITORY,,}/${image}"
# Tag pour GHCR
docker tag "$image" "$GHCR_IMAGE"
Expand Down

0 comments on commit 38cc654

Please sign in to comment.