parent
19c194b65b
commit
7b0ba84494
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue