ffs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Christoph Haas 2026-02-08 19:46:37 +01:00
parent 3f6709b3b7
commit 6764b00a77

View file

@ -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: