Skip to content

Commit fc8d260

Browse files
force tag variable to be -uat (#2089)
1 parent 042eb74 commit fc8d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-pims-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
namespace: ${{ env.OPENSHIFT_TOOLS_NAMESPACE }}
102102
- name: call script to tag frontend and api images with version number
103103
run: |
104-
./openshift/4.0/scripts/oc-tag.sh $DESTINATION
104+
OC_JOB_NAME=$DESTINATION ./openshift/4.0/scripts/oc-tag.sh
105105
106106
deploy:
107107
name: Deploy frontend and api to OpenShift

0 commit comments

Comments
 (0)