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: |
|
||||
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')
|
||||
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Building build-deps container ${{ env.VERSION }}
|
||||
|
Loading…
Reference in New Issue
Block a user