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