fix(ci): correct multiline command
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-11 09:20:50 +01:00
parent 9ac4ff5642
commit 65b144b694
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -15,8 +15,8 @@ steps:
privileged: true privileged: true
commands: commands:
- echo "$PACKAGE_TOKEN" | buildah login forge.babariviere.com --username babariviere --password-stdin - echo "$PACKAGE_TOKEN" | buildah login forge.babariviere.com --username babariviere --password-stdin
- >- - buildah build
buildah build --layers
--cache-from docker://$IMAGE_NAME:cache --cache-from docker://$IMAGE_NAME:cache
--cache-to docker://$IMAGE_NAME:cache --cache-to docker://$IMAGE_NAME:cache
--label org.opencontainers.image.source=https://$IMAGE_NAME --label org.opencontainers.image.source=https://$IMAGE_NAME