File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - name : Checkout repository
2626 uses : actions/checkout@v6
2727
28+ - name : Read BASE IMAGE VERSION file
29+ id : getappversion
30+ run : echo "appversion=$(sed -n 's/^MEDCAT_BASE_IMAGE_VERSION=\(.*\)/\1/p' < medcat_versions.yml)" >> "$GITHUB_OUTPUT"
31+
2832 - name : Extract version from branch
2933 id : getversion
3034 run : |
Original file line number Diff line number Diff line change 7979
8080 - name : Read BASE IMAGE VERSION file
8181 id : getappversion
82- run : echo "appversion=$(sed -n 's/^MEDCAT_BASE_IMAGE_VERSION=\(.*\)/\1/p' < medcat_versions.yml)" >> $GITHUB_OUTPUT
83-
82+ run : echo "appversion=$(sed -n 's/^MEDCAT_BASE_IMAGE_VERSION=\(.*\)/\1/p' < medcat_versions.yml)" >> " $GITHUB_OUTPUT"
83+
8484 - name : Read MEDCAT VERSION
8585 id : getversion
8686 run : |
9797
9898 - name : " Set up Cloud SDK"
9999 id : setupsdk
100- uses : " google-github-actions/setup-gcloud@v1 "
100+ uses : " google-github-actions/setup-gcloud@v2 "
101101 with :
102102 version : " >= 363.0.0"
103103
You can’t perform that action at this time.
0 commit comments