ci: Enable part 2 fix branch name
This commit is contained in:
parent
5f3807aed4
commit
30285cdc3d
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKERHUB_PASSWORD
|
from_secret: DOCKERHUB_PASSWORD
|
||||||
repo: glenux/service-ntfy
|
repo: glenux/service-ntfy
|
||||||
tags: "latest_${DRONE_COMMIT_SHA:0:8}"
|
tags: "latest_${DRONE_BRANCH/\//-}"
|
||||||
# ${DRONE_BRANCH/\//-}"
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- "master"
|
- "master"
|
||||||
|
|
Loading…
Add table
Reference in a new issue