chore: make repository name lowercase

This commit is contained in:
2026-04-05 17:01:39 -03:00
committed by GitHub
parent 7509eb18c5
commit 7ea7d96826
+2 -2
View File
@@ -69,10 +69,10 @@ jobs:
fi
if [ -z "$backend_image" ]; then
backend_image="ghcr.io/${{ github.repository }}/api:$latest_backend_tag"
backend_image="ghcr.io/rmcampos/tasknote/api:$latest_backend_tag"
fi
if [ -z "$frontend_image" ]; then
frontend_image="ghcr.io/${{ github.repository }}/app:$latest_frontend_tag"
frontend_image="ghcr.io/rmcampos/tasknote/app:$latest_frontend_tag"
fi
echo "Resolved backend_image=$backend_image"