ci: test
This commit is contained in:
parent
0704d69fdb
commit
aa7e6809e8
1 changed files with 8 additions and 3 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
- hadolint Dockerfile
|
||||
|
||||
- name: container
|
||||
image: docker:20
|
||||
image: docker:dind
|
||||
environment:
|
||||
username:
|
||||
from_secret: OCI_REGISTRY_USER
|
||||
|
@ -36,4 +36,9 @@ steps:
|
|||
- docker push registry.mgrote.net/allzweckcontainer:${DRONE_COMMIT_BRANCH}
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
path: /var/run/docker.sock
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue