chore: add cache for woodpecker
Some checks failed
build-ublue-custom / Build and push image (push) Waiting to run
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Bastien Riviere 2024-12-10 23:06:47 +01:00
parent eff178068c
commit 77d0a22c17
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -15,5 +15,10 @@ steps:
privileged: true
commands:
- echo "$PACKAGE_TOKEN" | buildah login forge.babariviere.com --username babariviere --password-stdin
- buildah build --label org.opencontainers.image.source=https://$IMAGE_NAME -t $IMAGE_NAME:latest -t $IMAGE_NAME:$(date -u +%Y%m%d) .
- >-
buildah build
--cache-from docker://$IMAGE_NAME/cache
--cache-to docker://$IMAGE_NAME/cache
--label org.opencontainers.image.source=https://$IMAGE_NAME
-t $IMAGE_NAME:latest -t $IMAGE_NAME:$(date -u +%Y%m%d) .
- buildah push --all $IMAGE_NAME docker://$IMAGE_NAME