We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed59c86 commit 9ca36faCopy full SHA for 9ca36fa
1 file changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build and Push Docker image
33
env:
34
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
35
- REPOSITORY: "friendsofmlk"
+ REPOSITORY: ${{ vars.REPOSITORY }}
36
IMAGE_TAG: ${{ github.sha }}
37
DATABASE_URL: 'file:./dev.db'
38
run: |
0 commit comments