fix(ci): correct multiline command
This commit is contained in:
parent
9ac4ff5642
commit
65b144b694
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ steps:
|
|||
privileged: true
|
||||
commands:
|
||||
- echo "$PACKAGE_TOKEN" | buildah login forge.babariviere.com --username babariviere --password-stdin
|
||||
- >-
|
||||
buildah build
|
||||
- buildah build
|
||||
--layers
|
||||
--cache-from docker://$IMAGE_NAME:cache
|
||||
--cache-to docker://$IMAGE_NAME:cache
|
||||
--label org.opencontainers.image.source=https://$IMAGE_NAME
|
||||
|
|
Loading…
Reference in a new issue