Dockerhub support
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
janic 2022-05-16 00:56:31 +02:00
parent 1a8889315d
commit c66c33cd4a

View File

@ -32,6 +32,23 @@ steps:
- ARCH=amd64
dockerfile: ./Dockerfiles/Dockerfile
- name: Dockerhub AMD64
image: plugins/docker # Check Entrypoint
privileged: true
volumes:
- name: docker_socket
path: /var/run/docker.sock
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: waaaaat/nextcloud-smb
auto_tag: true
build_args:
- ARCH=amd64
dockerfile: ./Dockerfiles/Dockerfile
volumes:
- name: docker_socket
host: