Fix docker variable in pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0c179a1b23
commit
d0bc79d901
@ -13,7 +13,7 @@ steps:
|
||||
privileged: true
|
||||
commands:
|
||||
- echo "$password" | podman login -u $username --password-stdin $repo
|
||||
- DOCKER=podman make push
|
||||
- make DOCKER=podman push
|
||||
|
||||
trigger:
|
||||
event:
|
||||
@ -38,4 +38,4 @@ steps:
|
||||
privileged: true
|
||||
commands:
|
||||
- echo "$password" | podman login -u $username --password-stdin $repo
|
||||
- DOCKER=podman make build
|
||||
- make DOCKER=podman build
|
||||
|
Loading…
Reference in New Issue
Block a user