commit 399621be4cbb384b56c7b988c0ca4bb460d89c67 Author: vincent Date: Mon May 9 09:13:52 2022 +0200 create pipeline diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..198e294 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,22 @@ +--- +kind: pipeline +name: build and publish amd64 +platform: + os: linux + arch: amd64 + +steps: + - name: clone repo + image: docker:git + commands: + - git clone https://github.com/anatol/pacoloco.git + + - name: docker + image: plugins/docker + tags: latest + settings: + repo: ducampsv/docker-archiso-builder + username: + from_secret: docker_username + password: + from_secret: docker_password