We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a460bcf commit 16ff3caCopy full SHA for 16ff3ca
1 file changed
.github/workflows/deploy-prod.yml
@@ -32,7 +32,7 @@ jobs:
32
context: ./
33
file: ./Dockerfile
34
push: true
35
- tags: cornellappdev/eatery-blue:${{ steps.vars.outputs.sha_short }}
+ tags: cornellappdev/eatery-prod:${{ steps.vars.outputs.sha_short }}
36
37
- name: Remote SSH and Deploy
38
uses: appleboy/ssh-action@v1.0.3
0 commit comments