diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..fdbf985 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,21 @@ +kind: pipeline +type: docker +name: Docker image build +trigger: + branch: + - master +environment: + VERSION: 4.13.3 +steps: + - name: config + image: alpine + commands: + - echo -n "$VERSION,latest" > .tags + - name: build + image: plugins/docker + settings: + username: + from_secret: docker_username + password: + from_secret: docker_password + repo: quackerd/samba \ No newline at end of file