We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f8fcf commit 36b35ceCopy full SHA for 36b35ce
.github/workflows/build-production.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
context: .
32
push: true
33
- tags: orgsinfo/webapp:${{ step.vars.outputs.tag }}
+ tags: orgsinfo/webapp:${{ steps.vars.outputs.tag }}
34
file: Dockerfile.production
35
36
- name: WebApp Image Digest
0 commit comments