Use ghcr.io instead of ghrc.io

This commit is contained in:
Jeremy L. Morris 2025-08-21 16:27:39 -04:00 committed by Mike Farah
parent f03c9dc599
commit 76c817009f

View File

@ -95,6 +95,6 @@ jobs:
-t "${IMAGE_NAME}:4-githubaction" \
-t "${IMAGE_NAME}:latest-githubaction" \
-t "ghcr.io/${IMAGE_NAME}:${IMAGE_VERSION}-githubaction" \
-t "ghrc.io/${IMAGE_NAME}:4-githubaction" \
-t "ghcr.io/${IMAGE_NAME}:4-githubaction" \
-t "ghcr.io/${IMAGE_NAME}:latest-githubaction" \
.