Skip to content

Commit 9ca36fa

Browse files
committed
update workflow config
1 parent ed59c86 commit 9ca36fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build and Push Docker image
3333
env:
3434
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
35-
REPOSITORY: "friendsofmlk"
35+
REPOSITORY: ${{ vars.REPOSITORY }}
3636
IMAGE_TAG: ${{ github.sha }}
3737
DATABASE_URL: 'file:./dev.db'
3838
run: |

0 commit comments

Comments
 (0)