Fix pipelines
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Adam Štrauch 2021-11-19 18:11:17 +01:00
parent f959f0f17d
commit 0c179a1b23
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 5 additions and 4 deletions

View File

@ -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