ci: Enable part 2.3
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Glenn Y. Rolland 2023-01-16 00:22:43 +01:00
parent 5dfdc434fc
commit 0a4159d7e9

View file

@ -26,12 +26,13 @@ steps:
password:
from_secret: DOCKERHUB_PASSWORD
repo: glenux/service-ntfy
tags: "latest_${DRONE_BRANCH/\//-}"
tags: "latest_${DRONE_COMMIT_SHA:0:8}"
# ${DRONE_BRANCH/\//-}"
when:
branch:
- master
- develop
- feature/*
- "master"
- "develop"
- "feature/*"
# - name: docker
# image: plugins/docker