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: 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