Skip to content

Commit

Permalink
🤖 Fix autobump job
Browse files Browse the repository at this point in the history
Now it needs a fixed k3s version

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Dec 3, 2023
1 parent eafa75e commit 4701587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
--VARIANT=standard \
--MODEL=generic \
--BASE_IMAGE=opensuse/leap:15.5 \
--K3S_VERSION=latest
--K3S_VERSION=1.28.2+1
mv build/versions.yaml build/versions.old.yaml
- name: Bump cos 🔧
run: earthly +bump-repositories
Expand All @@ -35,7 +35,7 @@ jobs:
--VARIANT=standard \
--MODEL=generic \
--BASE_IMAGE=opensuse/leap:15.5 \
--K3S_VERSION=latest
--K3S_VERSION=1.28.2+1
mv build/versions.yaml build/versions.new.yaml
- name: Diff versions and generate pr message
run: .github/repo-diff-msg.sh
Expand Down

0 comments on commit 4701587

Please sign in to comment.