This commit is contained in:
parent
3f6709b3b7
commit
6764b00a77
1 changed files with 5 additions and 7 deletions
|
|
@ -9,13 +9,11 @@ steps:
|
||||||
privileged: true
|
privileged: true
|
||||||
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
|
||||||
- echo 1
|
- echo buildah --storage-driver vfs
|
||||||
- buildah --help
|
build
|
||||||
- echo 2
|
--layers
|
||||||
- buildah --storage-driver vfs build \
|
--cache-to registry.coolify1.workaround.org/debshots-cache
|
||||||
--layers \
|
--cache-from registry.coolify1.workaround.org/debshots-cache
|
||||||
--cache-to registry.coolify1.workaround.org/debshots-cache \
|
|
||||||
--cache-from registry.coolify1.workaround.org/debshots-cache \
|
|
||||||
--tag registry.coolify1.workaround.org/debshots:stage .
|
--tag registry.coolify1.workaround.org/debshots:stage .
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue