Skip to content

Commit 7789372

Browse files
authored
chore: make repository name lowercase
1 parent f1b6419 commit 7789372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
fi
7070
7171
if [ -z "$backend_image" ]; then
72-
backend_image="ghcr.io/${{ github.repository }}/api:$latest_backend_tag"
72+
backend_image="ghcr.io/rmcampos/tasknote/api:$latest_backend_tag"
7373
fi
7474
if [ -z "$frontend_image" ]; then
75-
frontend_image="ghcr.io/${{ github.repository }}/app:$latest_frontend_tag"
75+
frontend_image="ghcr.io/rmcampos/tasknote/app:$latest_frontend_tag"
7676
fi
7777
7878
echo "Resolved backend_image=$backend_image"

0 commit comments

Comments
 (0)