ffs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Christoph Haas 2026-02-08 18:31:33 +01:00
parent 49dab813b7
commit 1360dde49e

View file

@ -10,11 +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 \ - buildah --storage-driver vfs \
--layers \ --layers \
--cache-to registry.coolify1.workaround.org/debshots:cache \ --cache-to registry.coolify1.workaround.org/debshots:cache \
--cache-from 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 build .
- buildah --storage-driver vfs push registry.coolify1.workaround.org/debshots:stage - buildah --storage-driver vfs push registry.coolify1.workaround.org/debshots:stage
environment: environment: