rename image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-01-24 12:33:54 +01:00
parent 0cebffd20e
commit 3aa80431e4
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ steps:
commands:
- sleep 15
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t="$DRONE_REPO:$DRONE_BUILD_NUMBER" . && docker push "$DRONE_REPO:$DRONE_BUILD_NUMBER"
- docker build -t="$DRONE_REPO" . && docker push "$DRONE_REPO"
- docker build -t="tormachris/terminal:$DRONE_BUILD_NUMBER" . && docker push "tormachris/terminal:$DRONE_BUILD_NUMBER"
- docker build -t="tormachris/terminal" . && docker push "tormachris/terminal"
services:
- name: docker