ci: fix image versions
This commit is contained in:
parent
bdcfc708bb
commit
1d15633348
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue