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