We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19174fc commit 9ef92f6Copy full SHA for 9ef92f6
.github/workflows/ci-cd.yml
@@ -68,4 +68,4 @@ jobs:
68
-e DEV_DATABASE_URL=${{ secrets.DEV_DATABASE_URL }} \
69
-e DEV_DATABASE_USERNAME=${{ secrets.DEV_DATABASE_USERNAME }} \
70
-e DEV_DATABASE_PASSWORD=${{ secrets.DEV_DATABASE_PASSWORD }} \
71
- ${{ env.REGISTRY }}/${{ env.REPO_NAME }}:${{ github.sha }}"
+ ${{ env.REGISTRY }}/${{ env.REPO_NAME }}:${{ github.sha }}
0 commit comments