From 10e3f0522bcf0cfdb63204c865ca87bf4b2307e4 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 11 Dec 2024 18:32:48 -0800 Subject: [PATCH] Add tag to deploy name --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 8cc45ac90..59e34ccab 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -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 }} @@ -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: