ci: Enable part 2.3
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
5dfdc434fc
commit
0a4159d7e9
1 changed files with 5 additions and 4 deletions
|
@ -26,12 +26,13 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKERHUB_PASSWORD
|
from_secret: DOCKERHUB_PASSWORD
|
||||||
repo: glenux/service-ntfy
|
repo: glenux/service-ntfy
|
||||||
tags: "latest_${DRONE_BRANCH/\//-}"
|
tags: "latest_${DRONE_COMMIT_SHA:0:8}"
|
||||||
|
# ${DRONE_BRANCH/\//-}"
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- "master"
|
||||||
- develop
|
- "develop"
|
||||||
- feature/*
|
- "feature/*"
|
||||||
|
|
||||||
# - name: docker
|
# - name: docker
|
||||||
# image: plugins/docker
|
# image: plugins/docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue