We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ee95c commit 5abd3cdCopy full SHA for 5abd3cd
.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