Skip to content

Commit

Permalink
Add tag to deploy name
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 12, 2024
1 parent cb68452 commit 10e3f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# https://github.com/bcgov/quickstart-openshift-helpers
deploy-test:
name: Deploy (test)
name: Deploy (test, tag=${{ needs.vars.outputs.tag }})
uses: ./.github/workflows/.deployer.yml
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand All @@ -56,7 +56,7 @@ jobs:
tag: ${{ needs.vars.outputs.tag }}

deploy-prod:
name: Deploy (prod)
name: Deploy (prod, tag=${{ needs.vars.outputs.tag }})
needs: [deploy-test, vars]
uses: ./.github/workflows/.deployer.yml
secrets:
Expand Down

0 comments on commit 10e3f05

Please sign in to comment.