fix docker tags

This commit is contained in:
Silver Ghost 2022-11-16 10:10:04 +03:00
parent 420a961685
commit 817a5abff5
No known key found for this signature in database

View File

@ -39,9 +39,9 @@ steps:
- name: build
image: docker
commands:
- docker build -t dntsk/later42:${DRONE_BRANCH} .
- docker tag dntsk/later42:${DRONE_BRANCH} dntsk/later42:latest
- docker push dntsk/later42:${DRONE_BRANCH}
- docker build -t dntskdev/later42:${DRONE_BRANCH} .
- docker tag dntskdev/later42:${DRONE_BRANCH} dntskdev/later42:latest
- docker push dntskdev/later42:${DRONE_BRANCH}
volumes:
- name: cache
path: /root/.cache/pip
@ -71,7 +71,7 @@ depends_on:
---
kind: pipeline
type: docker
name: deploy
name: Deploy
steps:
- name: deploy