Update build-images.yaml
This commit is contained in:
parent
7574d8dbac
commit
2bede818cd
2
.github/workflows/build-images.yaml
vendored
2
.github/workflows/build-images.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [ -z $VERSION ]; then
|
if [ -z $VERSION ]; then
|
||||||
VERSION=$(curl -s https://omahaproxy.appspot.com/all.json | jq '.[] | select(.os | contains("win64")) | .versions[] | select(.channel | contains("stable")) | .current_version')
|
VERSION=$(curl -s https://omahaproxy.appspot.com/all.json | jq '.[] | select(.os | contains("win64")) | .versions[] | select(.channel | contains("stable")) | .current_version')
|
||||||
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Building build-deps container ${{ env.VERSION }}
|
- name: Building build-deps container ${{ env.VERSION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user