ffs
This commit is contained in:
parent
ab6e3d929c
commit
c3574a28a4
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue