parent
62a2e3dc52
commit
35e3b4e02b
1 changed files with 5 additions and 10 deletions
|
|
@ -10,16 +10,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo $REGISTRY_PASSWORD | buildah --storage-driver vfs login -u $REGISTRY_USER --password-stdin registry.coolify1.workaround.org
|
- 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 \
|
||||||
# - buildah --storage-driver vfs \
|
--cache-to registry.coolify1.workaround.org/debshots-cache \
|
||||||
# build --layers \
|
--cache-from registry.coolify1.workaround.org/debshots-cache \
|
||||||
# --cache-to registry.coolify1.workaround.org/debshots:cache \
|
--tag registry.coolify1.workaround.org/debshots:stage .
|
||||||
# --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:
|
environment:
|
||||||
REGISTRY_USER:
|
REGISTRY_USER:
|
||||||
from_secret: REGISTRY_USER
|
from_secret: REGISTRY_USER
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue