File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : echo "appversion=$(sed -n 's/^MEDCAT_BASE_IMAGE_VERSION=\(.*\)/\1/p' < medcat_versions.yml)" >> $GITHUB_OUTPUT
3232
3333 - name : Read MEDCAT VERSION
34+ id : getversion
3435 run : |
3536 sed -n 's/^appVersion:\(.*\)/\1/p' < chart/gateway-medcat/Chart.yaml > version
3637 echo "version=$(sed '/.*\"\(.*\)\".*/ s//\1/g' version)" >> $GITHUB_OUTPUT
9394 workload_identity_provider : " ${{ secrets.WIF_PROVIDER }}"
9495 service_account : " ${{ secrets.WIF_SERVICE_ACCOUNT }}"
9596
96- - name : Read VERSION file
97+ - name : Read MEDCAT VERSION
9798 id : getversion
98- run : echo "version=$(sed -n 's/^MEDCAT_TAG=\(.*\)/\1/p' < medcat_versions.yml)" >> $GITHUB_OUTPUT
99+ run : |
100+ sed -n 's/^appVersion:\(.*\)/\1/p' < chart/gateway-medcat/Chart.yaml > version
101+ echo "version=$(sed '/.*\"\(.*\)\".*/ s//\1/g' version)" >> $GITHUB_OUTPUT
99102
100103 - name : Deploy to Cloud Run
101104 uses : actions-hub/gcloud@master
Original file line number Diff line number Diff line change 1- ARG MEDCAT_BASE_IMAGE_VERSION=0.5.1
1+ ARG MEDCAT_BASE_IMAGE_VERSION=medcat-v0.13.5
22FROM cogstacksystems/medcat-service:$MEDCAT_BASE_IMAGE_VERSION
33
44ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
Original file line number Diff line number Diff line change 1- MEDCAT_BASE_IMAGE_VERSION=0.5.1
1+ MEDCAT_BASE_IMAGE_VERSION=medcat-v0.13.5
You can’t perform that action at this time.
0 commit comments