fix docker tags
This commit is contained in:
parent
420a961685
commit
817a5abff5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user