ci: fix image versions
All checks were successful
ci/woodpecker/cron/lint Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-26 00:40:05 +02:00
parent bdcfc708bb
commit 1d15633348

View file

@ -4,7 +4,7 @@ depends_on:
clone:
git:
image: "woodpeckerci/plugin-git:2.5.0"
image: "woodpeckerci/plugin-git:2.5.1"
settings:
depth: 9999 # wird benötigt um die Commits zählen zu können
lfs: false
@ -12,7 +12,7 @@ clone:
steps:
set_variables:
image: "registry.mgrote.net/allzweckcontainer:v1.1.109"
image: "registry.mgrote.net/allzweckcontainer:latest"
commands:
# set version
- |
@ -33,7 +33,7 @@ steps:
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
build_and_push: # damit dieser Step laufen kann muss das Repo in der Woodpecker-GUI "privilegiert" sein
image: "docker:26.0.0"
image: "docker:27.1.1"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands: