This commit is contained in:
parent
ce1528c32b
commit
3a59ca9431
@ -9,13 +9,13 @@ steps:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
tags:
|
tags:
|
||||||
- sthopeless/my-nginx-website:latest
|
- ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}:${DRONE_COMMIT_SHA}
|
||||||
- sthopeless/my-nginx-website:${DRONE_COMMIT_SHA}
|
- ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}:latest
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: sthopeless/my-nginx-website
|
repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_COMMIT_SHA}
|
- ${DRONE_COMMIT_SHA}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user