Skip to content

Commit 36b35ce

Browse files
committed
Fix production workflow
1 parent 52f8fcf commit 36b35ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
context: .
3232
push: true
33-
tags: orgsinfo/webapp:${{ step.vars.outputs.tag }}
33+
tags: orgsinfo/webapp:${{ steps.vars.outputs.tag }}
3434
file: Dockerfile.production
3535

3636
- name: WebApp Image Digest

0 commit comments

Comments
 (0)