oops
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-15 16:27:21 -04:00
parent 360d5d2894
commit c531ac44f8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ steps:
path: /var/run/docker.sock
commands:
- docker load -i /lewa/result/docker.tgz
- "docker tag within/lewa-book within/lewa-book:$DRONE_COMMIT"
- "docker tag within/lewa-book:devel within/lewa-book:$DRONE_COMMIT"
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
- docker push within/lewa-book:$DRONE_COMMIT
environment: