feat: use fixed versions
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
7d75ecb640
commit
66e3b392dc
1 changed files with 9 additions and 6 deletions
|
|
@ -11,9 +11,12 @@ steps:
|
||||||
image: "cr.simoncor.net/quay/buildah/stable:latest"
|
image: "cr.simoncor.net/quay/buildah/stable:latest"
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- |
|
|
||||||
VERSION=$(grep -oP '(?<=yamllint==)[0-9.]+' Dockerfile.linux.amd64)
|
# build yamllint container
|
||||||
echo "Building yamllint version ${VERSION}"
|
- "buildah bud -t yamllint -f Dockerfile.linux.amd64 ."
|
||||||
buildah bud -t yamllint -f Dockerfile.linux.amd64 .
|
|
||||||
buildah tag yamllint cr.simoncor.net/yamllint:${VERSION}
|
# renovate: datasource=pypi depName=yamllint
|
||||||
buildah push cr.simoncor.net/yamllint:${VERSION}
|
- "buildah tag yamllint cr.simoncor.net/yamllint:1.38.0"
|
||||||
|
|
||||||
|
# renovate: datasource=pypi depName=yamllint
|
||||||
|
- "buildah push cr.simoncor.net/yamllint:1.38.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue