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