Cron job to check for and update images (#249)
Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
co-authored by
Marco Franssen
parent
b7e15255f3
commit
77fe43f37d
@@ -32,6 +32,26 @@ jobs:
|
||||
./.github/scripts/update-versions.sh
|
||||
git diff
|
||||
|
||||
- name: Setup go
|
||||
uses: actions/[email protected]
|
||||
|
||||
- name: Setup crane
|
||||
uses: imjasonh/[email protected]
|
||||
|
||||
- uses: actions/[email protected]
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
- name: Update image tags
|
||||
run: |
|
||||
go install github.com/mikefarah/yq/v4@latest
|
||||
|
||||
sudo apt-get install wget apt-transport-https gnupg lsb-release
|
||||
sudo pip install -r .github/scripts/requirements.txt
|
||||
|
||||
./.github/scripts/update-tags.sh
|
||||
git diff
|
||||
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
uses: peter-evans/[email protected]
|
||||
|
||||
Reference in New Issue
Block a user