Use docker instead of img
continuous-integration/drone/push Build is failing Details

master
eater 5 years ago
parent 15bd7acbd2
commit 086d5f4e44
Signed by: eater
GPG Key ID: 656785D50BE51C0A

@ -7,9 +7,9 @@ steps:
image: d.xr.to/eater/base image: d.xr.to/eater/base
privileged: true privileged: true
commands: commands:
- img login -u "drone" -p "$PASSWORD" d.xr.to - drone login -u "drone" -p "$PASSWORD" d.xr.to
- DOCKER_EXEC=img ./build-tagged.sh - ./build-tagged.sh
- img push d.xr.to/base - drone push d.xr.to/base
environment: environment:
PASSWORD: PASSWORD:
from_secret: pass from_secret: pass

Loading…
Cancel
Save