parent
1360dde49e
commit
58df9f4ec9
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ steps:
|
|||
- echo $REGISTRY_PASSWORD | buildah --storage-driver vfs login -u $REGISTRY_USER --password-stdin registry.coolify1.workaround.org
|
||||
|
||||
- buildah --storage-driver vfs \
|
||||
--layers \
|
||||
--cache-to registry.coolify1.workaround.org/debshots:cache \
|
||||
--cache-from registry.coolify1.workaround.org/debshots:cache \
|
||||
--tag registry.coolify1.workaround.org/debshots:stage build .
|
||||
--tag registry.coolify1.workaround.org/debshots:stage \
|
||||
build --layers .
|
||||
|
||||
- buildah --storage-driver vfs push registry.coolify1.workaround.org/debshots:stage
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue