Compare commits
1 Commits
c5ca5cc479
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| ed9cbeba37 |
@@ -5,12 +5,14 @@ steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
build_args:
|
||||
repo: sneak/sircd
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
auto_tag: true
|
||||
tags:
|
||||
- ${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}
|
||||
- ${DRONE_COMMIT_SHA}
|
||||
- ${DRONE_BRANCH}
|
||||
- ${DRONE_BRANCH/\//-}
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user