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

This commit is contained in:
Christoph Haas 2026-02-08 19:17:36 +01:00
parent 7fc6a1a80d
commit 8358dfb2df

View file

@ -6,15 +6,18 @@ steps:
build-image: build-image:
image: quay.io/buildah/stable:latest image: quay.io/buildah/stable:latest
pull: true pull: true
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
- buildah --help
- buildah --storage-driver vfs build \ - buildah --storage-driver vfs build \
--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 stage . --tag registry.coolify1.workaround.org/debshots:stage .
environment: environment:
REGISTRY_USER: REGISTRY_USER:
from_secret: REGISTRY_USER from_secret: REGISTRY_USER