We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21666a commit fedf62eCopy full SHA for fedf62e
.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: wcoa
+ REPOSITORY: twcg
36
IMAGE_TAG: ${{ github.sha}}
37
DATABASE_URL: "file:./dev.db"
38
run: |
0 commit comments