ci: Simplify to fix bug
This commit is contained in:
parent
ec6d6e3fa0
commit
4dc8e86d98
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKERHUB_PASSWORD
|
from_secret: DOCKERHUB_PASSWORD
|
||||||
repo: glenux/service-ntfy
|
repo: glenux/service-ntfy
|
||||||
tags: "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}"
|
tags: "${DRONE_COMMIT_SHA:0:8}"
|
||||||
|
|
||||||
# - name: docker
|
# - name: docker
|
||||||
# image: plugins/docker
|
# image: plugins/docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue