Split steps in check-versions wf for easier debugging (#467)
This commit is contained in:
@@ -34,6 +34,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/[email protected]
|
uses: actions/[email protected]
|
||||||
|
with:
|
||||||
|
go-version: '1.21'
|
||||||
|
|
||||||
- name: Setup crane
|
- name: Setup crane
|
||||||
uses: imjasonh/[email protected]
|
uses: imjasonh/[email protected]
|
||||||
@@ -42,13 +44,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
||||||
|
- name: Install ubuntu packages
|
||||||
|
run: sudo apt-get install wget apt-transport-https gnupg lsb-release
|
||||||
|
|
||||||
|
- name: Install yq
|
||||||
|
run: go install github.com/mikefarah/yq/v4@latest
|
||||||
|
|
||||||
|
- name: Install python dependencies
|
||||||
|
run: pip install -r .github/scripts/requirements.txt
|
||||||
|
|
||||||
- name: Update image tags
|
- name: Update image tags
|
||||||
run: |
|
run: |
|
||||||
go install github.com/mikefarah/yq/v4@latest
|
|
||||||
|
|
||||||
sudo apt-get install wget apt-transport-https gnupg lsb-release
|
|
||||||
pip install -r .github/scripts/requirements.txt
|
|
||||||
|
|
||||||
./.github/scripts/update-tags.sh
|
./.github/scripts/update-tags.sh
|
||||||
git diff
|
git diff
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user