diff --git a/.drone.yml b/.drone.yml index f18376a..0fa8f57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,20 @@ kind: pipeline -name: hello-world +name: build+push type: docker +trigger: + event: push + branch: main + steps: - - name: say-hello - image: busybox - commands: - - echo hello-world \ No newline at end of file + - name: docker + image: plugins/docker + settings: + username: derekpaschal + password: + from_secret: local_container_repo_pass + repo: git.paschalplace.com/derekpaschal/nginx-basic-lb + tags: + - latest + pull_image: true + platform: linux/amd64,linux/arm64