Skip to content

Commit

Permalink
ci: fix merge tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 12, 2024
1 parent cbd1342 commit aa8b057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
environment: test
db_user: app
tag: ${{ needs.var.outputs.tag }}
tag: ${{ needs.vars.outputs.tag }}

deploy-prod:
name: Deploy (prod)
Expand All @@ -71,7 +71,7 @@ jobs:
--set global.autoscaling=true
--set frontend.pdb.enabled=true
--set backend.pdb.enabled=true
tag: ${{ needs.var.outputs.tag }}
tag: ${{ needs.vars.outputs.tag }}

promote:
name: Promote Images
Expand All @@ -88,5 +88,5 @@ jobs:
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.package }}
target: ${{ needs.var.outputs.tag }}
target: ${{ needs.vars.outputs.tag }}
tags: prod

0 comments on commit aa8b057

Please sign in to comment.