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
|
image: plugins/docker
|
||||||
pull: never
|
pull: never
|
||||||
settings:
|
settings:
|
||||||
username: "${DOCKERHUB_USERNAME}"
|
username: "$${DOCKERHUB_USERNAME}"
|
||||||
password: "${DOCKERHUB_PASSWORD}"
|
password: "$${DOCKERHUB_PASSWORD}"
|
||||||
repo: glenux/service-ntfy
|
repo: glenux/service-ntfy
|
||||||
tags: "${DRONE_COMMIT_SHA:0:8}"
|
tags: "${DRONE_COMMIT_SHA:0:8}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue