diff --git a/.drone.yml b/.drone.yml index 55e8980..ca944b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ trigger: steps: - name: docker-amd6 - image: plugins/docker + image: thegeeklab/drone-docker-buildx settings: username: derekpaschal password: @@ -21,16 +21,7 @@ steps: tags: - latest pull_image: true - platform: linux/amd64 - - name: docker-arm64 - image: plugins/docker - settings: - username: derekpaschal - password: - from_secret: local_container_repo_pass - registry: git.paschalplace.com - repo: git.paschalplace.com/derekpaschal/nginx-basic-lb - tags: - - latest - pull_image: true - platform: linux/arm64 + platform: + - linux/amd64 + - linux/arm64 + \ No newline at end of file