Skip to content

Commit dab2053

Browse files
authored
ci: fix merge tags (#2207)
1 parent cbd1342 commit dab2053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/merge.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
environment: test
5555
db_user: app
56-
tag: ${{ needs.var.outputs.tag }}
56+
tag: ${{ needs.vars.outputs.tag }}
5757

5858
deploy-prod:
5959
name: Deploy (prod)
@@ -71,7 +71,7 @@ jobs:
7171
--set global.autoscaling=true
7272
--set frontend.pdb.enabled=true
7373
--set backend.pdb.enabled=true
74-
tag: ${{ needs.var.outputs.tag }}
74+
tag: ${{ needs.vars.outputs.tag }}
7575

7676
promote:
7777
name: Promote Images
@@ -88,5 +88,5 @@ jobs:
8888
with:
8989
registry: ghcr.io
9090
repository: ${{ github.repository }}/${{ matrix.package }}
91-
target: ${{ needs.var.outputs.tag }}
91+
target: ${{ needs.vars.outputs.tag }}
9292
tags: prod

0 commit comments

Comments
 (0)