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

This commit is contained in:
Christoph Haas 2026-02-08 15:57:35 +01:00
parent 19c194b65b
commit 7b0ba84494

View file

@ -6,11 +6,11 @@ steps:
build-image:
image: quay.io/buildah/stable:latest
pull: true
privileged: true
#privileged: true
commands:
- echo $REGISTRY_PASSWORD | buildah login -u $REGISTRY_USER --password-stdin registry.coolify1.workaround.org
- buildah build --tag registry.coolify1.workaround.org/debshots:stage .
- buildah push registry.coolify1.workaround.org/debshots:stage
- echo $REGISTRY_PASSWORD | buildah --storage-driver vfs login -u $REGISTRY_USER --password-stdin registry.coolify1.workaround.org
- buildah --storage-driver vfs build --tag registry.coolify1.workaround.org/debshots:stage .
- buildah --storage-driver vfs push registry.coolify1.workaround.org/debshots:stage
environment:
REGISTRY_USER:
from_secret: REGISTRY_USER