ci: Simplify to fix bug

This commit is contained in:
Glenn Y. Rolland 2023-01-16 00:09:28 +01:00
parent ec6d6e3fa0
commit 4dc8e86d98

View file

@ -13,7 +13,7 @@ steps:
password:
from_secret: DOCKERHUB_PASSWORD
repo: glenux/service-ntfy
tags: "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}"
tags: "${DRONE_COMMIT_SHA:0:8}"
# - name: docker
# image: plugins/docker