publish to dockerhub
This commit is contained in:
parent
05818a5240
commit
e99248d4be
1 changed files with 7 additions and 0 deletions
|
@ -12,3 +12,10 @@ steps:
|
||||||
- echo $${MYUSERNAME}
|
- echo $${MYUSERNAME}
|
||||||
- echo "run env command"
|
- echo "run env command"
|
||||||
- env
|
- env
|
||||||
|
- echo $${MYUSERNAME} > /tmp/file
|
||||||
|
- name: publish
|
||||||
|
image: plugins/docker
|
||||||
|
repo: ruanbekker/dronetest
|
||||||
|
tags: latest
|
||||||
|
secrets: [ dockerhub_username, dockerhub_password ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue