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: