Skip to content

Commit 9ef92f6

Browse files
committed
[FIX] fixed bugs
1 parent 19174fc commit 9ef92f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
-e DEV_DATABASE_URL=${{ secrets.DEV_DATABASE_URL }} \
6969
-e DEV_DATABASE_USERNAME=${{ secrets.DEV_DATABASE_USERNAME }} \
7070
-e DEV_DATABASE_PASSWORD=${{ secrets.DEV_DATABASE_PASSWORD }} \
71-
${{ env.REGISTRY }}/${{ env.REPO_NAME }}:${{ github.sha }}"
71+
${{ env.REGISTRY }}/${{ env.REPO_NAME }}:${{ github.sha }}

0 commit comments

Comments
 (0)