ci: define global environment
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Glenn Y. Rolland 2023-01-16 00:13:58 +01:00
parent 2bb4135fa7
commit e4017225bb

View file

@ -14,8 +14,8 @@ steps:
image: plugins/docker
pull: never
settings:
username: "${DOCKERHUB_USERNAME}"
password: "${DOCKERHUB_PASSWORD}"
username: "$${DOCKERHUB_USERNAME}"
password: "$${DOCKERHUB_PASSWORD}"
repo: glenux/service-ntfy
tags: "${DRONE_COMMIT_SHA:0:8}"