This commit is contained in:
parent
f959f0f17d
commit
0c179a1b23
@ -13,12 +13,13 @@ steps:
|
|||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- echo "$password" | podman login -u $username --password-stdin $repo
|
- echo "$password" | podman login -u $username --password-stdin $repo
|
||||||
- make push
|
- DOCKER=podman make push
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
exclude:
|
|
||||||
- promote
|
- promote
|
||||||
|
target:
|
||||||
|
- production
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -37,4 +38,4 @@ steps:
|
|||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- echo "$password" | podman login -u $username --password-stdin $repo
|
- echo "$password" | podman login -u $username --password-stdin $repo
|
||||||
- make build
|
- DOCKER=podman make build
|
||||||
|
Loading…
Reference in New Issue
Block a user