Skip to content

Commit

Permalink
force tag variable to be -uat (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith authored Sep 15, 2022
1 parent 042eb74 commit fc8d260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pims-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
namespace: ${{ env.OPENSHIFT_TOOLS_NAMESPACE }}
- name: call script to tag frontend and api images with version number
run: |
./openshift/4.0/scripts/oc-tag.sh $DESTINATION
OC_JOB_NAME=$DESTINATION ./openshift/4.0/scripts/oc-tag.sh
deploy:
name: Deploy frontend and api to OpenShift
Expand Down

0 comments on commit fc8d260

Please sign in to comment.