We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b6419 commit 7789372Copy full SHA for 7789372
1 file changed
.github/workflows/deploy.yml
@@ -69,10 +69,10 @@ jobs:
69
fi
70
71
if [ -z "$backend_image" ]; then
72
- backend_image="ghcr.io/${{ github.repository }}/api:$latest_backend_tag"
+ backend_image="ghcr.io/rmcampos/tasknote/api:$latest_backend_tag"
73
74
if [ -z "$frontend_image" ]; then
75
- frontend_image="ghcr.io/${{ github.repository }}/app:$latest_frontend_tag"
+ frontend_image="ghcr.io/rmcampos/tasknote/app:$latest_frontend_tag"
76
77
78
echo "Resolved backend_image=$backend_image"
0 commit comments