first docker build try
This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -8,7 +8,13 @@ steps:
|
||||
commands:
|
||||
- echo hello world
|
||||
|
||||
- name: fr
|
||||
image: alpine
|
||||
commands:
|
||||
- echo bonjour monde
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: regisrty.venya.tech/drone/deploy-test
|
||||
registry: https://regisrty.venya.tech/
|
||||
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM busybox
|
||||
RUN echo "hello world"
|
||||
CMD ["sleep", "100"]
|
||||
Reference in New Issue
Block a user