This commit is contained in:
Christoph Haas 2026-02-08 15:44:22 +01:00
parent ab6e3d929c
commit c3574a28a4

View file

@ -11,10 +11,11 @@ steps:
- 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
secrets:
- $REGISTRY_USER
- $REGISTRY_PASSWORD
environment:
$REGISTRY_USER:
from_secret: $REGISTRY_USER
$REGISTRY_PASSWORD:
from_secret: $REGISTRY_PASSWORD
# build-docker-image:
# name: build-image