Skip to content
Snippets Groups Projects
Verified Commit 7bf1fa2d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(koolbox): Switch to calver

parent 2a0132f2
No related branches found
No related tags found
No related merge requests found
Pipeline #19496 passed
release=0.5.1
......@@ -75,8 +75,6 @@ container-internal:
container:
FROM ../mirror+alpine
ARG registry=quay.io/shivering-isles/koolbox
COPY .release ./
ARG tag=$(awk -F'=' '$1 == "release" {print $2}' .release)
ARG latest=false
IF [ $latest = "true" ]
FROM +container-internal
......@@ -85,7 +83,8 @@ container:
FROM +container-internal
LABEL "quay.expires-after"="12w"
END
SAVE IMAGE --push ${registry}:${tag}
SAVE IMAGE --push ${registry}:$(date +%Y.%m)
SAVE IMAGE --push ${registry}:$(date +%Y.%m.%d)
install:
BUILD +container --latest=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment