Revert "woodpecker server env vars aren't replaced in image specs"

This reverts commit 0258d2d8a4.
This commit is contained in:
alexandra catalina 2024-02-11 22:06:03 -08:00
parent 0258d2d8a4
commit a3687a945e
2 changed files with 2 additions and 7 deletions

View file

@ -12,7 +12,7 @@ when:
steps:
- name: build
image: gcr.io/kaniko-project/executor:v1.20.1-debug
image: gcr.io/kaniko-project/executor:$KANIKO_VER-debug
environment:
- container=kube
commands:

View file

@ -4,10 +4,5 @@
"config:recommended",
":preserveSemverRanges",
"regexManagers:dockerfileVersions"
],
"helm-values": {
"fileMatch": [
"^\\.woodpecker/\\.build\\.yaml$"
]
}
]
}