This commit is contained in:
parent
5a9accbc45
commit
75ba69576b
1 changed files with 11 additions and 2 deletions
|
@ -1,8 +1,17 @@
|
|||
---
|
||||
steps:
|
||||
when:
|
||||
- event:
|
||||
- 'push'
|
||||
- 'manual'
|
||||
|
||||
steps:
|
||||
- name: 'Build uffd-ldapd image'
|
||||
image: 'quay.io/buildah/stable:latest'
|
||||
privileged: true
|
||||
environment:
|
||||
DEPLOY_TOKEN:
|
||||
from_secret: 'DEPLOY_TOKEN'
|
||||
commands:
|
||||
- 'buildah build .'
|
||||
- 'buildah build -t enbewe.de/Coding/uffd-ldapd:latest .'
|
||||
- 'buildah login -u enbewe -p $DEPLOY_TOKEN git.enbewe.de'
|
||||
- 'buildah push enbewe.de/Coding/uffd-ldapd:latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue