ci: define global environment
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2bb4135fa7
commit
e4017225bb
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue