This commit is contained in:
parent
03771d4aac
commit
7d75ecb640
1 changed files with 6 additions and 4 deletions
|
|
@ -11,7 +11,9 @@ 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)"
|
- |
|
||||||
- "buildah bud -t yamllint -f Dockerfile.linux.amd64 ."
|
VERSION=$(grep -oP '(?<=yamllint==)[0-9.]+' Dockerfile.linux.amd64)
|
||||||
- "buildah tag yamllint cr.simoncor.net/yamllint:${VERSION}"
|
echo "Building yamllint version ${VERSION}"
|
||||||
- "buildah push cr.simoncor.net/yamllint:${VERSION}"
|
buildah bud -t yamllint -f Dockerfile.linux.amd64 .
|
||||||
|
buildah tag yamllint cr.simoncor.net/yamllint:${VERSION}
|
||||||
|
buildah push cr.simoncor.net/yamllint:${VERSION}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue