Fix docker variable in pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adam Štrauch 2021-11-19 18:11:54 +01:00
parent 0c179a1b23
commit d0bc79d901
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -13,7 +13,7 @@ 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
- DOCKER=podman make push - make DOCKER=podman push
trigger: trigger:
event: event:
@ -38,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
- DOCKER=podman make build - make DOCKER=podman build