From e417ab64d8959ce11df70bd24fb42f5a66e2ed4e Mon Sep 17 00:00:00 2001 From: mifi Date: Mon, 8 May 2023 14:22:19 -0400 Subject: [PATCH] Ah ha! Finally. --- .drone.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1fe9f22..b92f822 100644 --- a/.drone.yml +++ b/.drone.yml @@ -111,32 +111,13 @@ steps: image: docker commands: - docker login git.mifi.dev - - docker build -t git.mifi.dev/mifi/mifi/auth:latest -t git.mifi.dev/mifi/mifi/auth:${DRONE_TAG} . + - 'docker build -t git.mifi.dev/mifi/mifi/auth:latest -t git.mifi.dev/mifi/mifi/auth:${DRONE_TAG} .' - docker push git.mifi.dev/mifi/mifi/auth:latest volumes: - name: dockersock path: /var/run/docker.sock - name: dockerconfig path: /drone/grow/.docker/config.json -# - name: Publish Image -# image: plugins/docker -# settings: -# auto_tag: true -# squash: true -# repo: git.mifi.dev/mifi/auth -# context: mifi -# registry: git.mifi.dev -# username: -# from_secret: registry_username -# password: -# from_secret: registry_password -# ssh-agent-key: -# from_secret: gitea_token - volumes: - - name: dockersock - path: /var/run/docker.sock - - name: dockerconfig - path: /drone/grow/.docker/config.json - name: Report Image Publish Status image: plugins/webhook settings: