parent
bbf1c6737d
commit
62a2e3dc52
1 changed files with 8 additions and 6 deletions
|
|
@ -10,12 +10,14 @@ steps:
|
|||
commands:
|
||||
- echo $REGISTRY_PASSWORD | buildah --storage-driver vfs login -u $REGISTRY_USER --password-stdin registry.coolify1.workaround.org
|
||||
|
||||
- buildah --storage-driver vfs \
|
||||
build --layers \
|
||||
--cache-to registry.coolify1.workaround.org/debshots:cache \
|
||||
--cache-from registry.coolify1.workaround.org/debshots:cache \
|
||||
--tag registry.coolify1.workaround.org/debshots:stage \
|
||||
.
|
||||
- buildah --storage-driver vfs build --layers --cache-to registry.coolify1.workaround.org/debshots:cache --cache-from registry.coolify1.workaround.org/debshots:cache --tag registry.coolify1.workaround.org/debshots:stage .
|
||||
|
||||
# - buildah --storage-driver vfs \
|
||||
# build --layers \
|
||||
# --cache-to registry.coolify1.workaround.org/debshots:cache \
|
||||
# --cache-from registry.coolify1.workaround.org/debshots:cache \
|
||||
# --tag registry.coolify1.workaround.org/debshots:stage \
|
||||
# .
|
||||
|
||||
- buildah --storage-driver vfs push registry.coolify1.workaround.org/debshots:stage
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue