From 1c5ab045cc1b3780daf793048c42ce987101c5b4 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 16 Jan 2023 12:01:10 +0100 Subject: [PATCH] fix: use the right image name --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index fb4e4f8..f5123c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: environment: commands: - - 'echo "Repository: glenux/service-monica"' + - 'echo "Repository: glenux/service-gotosocial"' - 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"' - name: publish:commit_sha @@ -19,14 +19,14 @@ steps: # - name: cache # path: /stupid environment: - DOCKER_REPO: glenux/service-monica + DOCKER_REPO: glenux/service-gotosocial settings: username: from_secret: DOCKERHUB_USERNAME password: from_secret: DOCKERHUB_PASSWORD - cache_from: "glenux/service-monica:latest_${DRONE_BRANCH/\\//-}" - repo: glenux/service-monica + cache_from: "glenux/service-gotosocial:latest_${DRONE_BRANCH/\\//-}" + repo: glenux/service-gotosocial tags: "${DRONE_COMMIT_SHA:0:8}" purge: false @@ -40,8 +40,8 @@ steps: from_secret: DOCKERHUB_USERNAME password: from_secret: DOCKERHUB_PASSWORD - cache_from: "glenux/service-monica:latest_${DRONE_BRANCH/\\//-}" - repo: glenux/service-monica + cache_from: "glenux/service-gotosocial:latest_${DRONE_BRANCH/\\//-}" + repo: glenux/service-gotosocial tags: "latest_${DRONE_BRANCH/\\//-}" purge: false when: @@ -57,8 +57,8 @@ steps: from_secret: DOCKERHUB_USERNAME password: from_secret: DOCKERHUB_PASSWORD - cache_from: "glenux/service-monica:latest_${DRONE_BRANCH/\\//-}" - repo: glenux/service-monica + cache_from: "glenux/service-gotosocial:latest_${DRONE_BRANCH/\\//-}" + repo: glenux/service-gotosocial tags: latest purge: false when: