Cron job to check for and update images (#249)

Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-08-18 09:49:50 +02:00
committed by GitHub
co-authored by Marco Franssen
parent b7e15255f3
commit 77fe43f37d
6 changed files with 171 additions and 0 deletions
+20
View File
@@ -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]