diff --git a/.drone.yml b/.drone.yml index 8acc1dee..951bf2dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,6 @@ steps: NEXT_PUBLIC_API_HOST: https://pig.vault48.org/ NEXT_PUBLIC_REMOTE_CURRENT: https://pig.vault48.org/static/ NEXT_PUBLIC_PUBLIC_HOST: https://vault48.org/ - REPO: - from_secret: docker_repo settings: dockerfile: docker/nextjs/Dockerfile build_args_from_env: @@ -28,7 +26,7 @@ steps: - ${DRONE_BRANCH} custom_labels: - "commit=${DRONE_COMMIT_SHA}" - cache_from: "${REPO}:${DRONE_BRANCH}" + cache_from: "vault-frontend:${DRONE_BRANCH}" username: from_secret: global_docker_login password: @@ -46,8 +44,6 @@ steps: NEXT_PUBLIC_API_HOST: https://pig.staging.vault48.org/ NEXT_PUBLIC_REMOTE_CURRENT: https://pig.staging.vault48.org/static/ NEXT_PUBLIC_PUBLIC_HOST: https://staging.vault48.org/ - REPO: - from_secret: docker_repo settings: dockerfile: docker/nextjs/Dockerfile build_args_from_env: @@ -58,7 +54,7 @@ steps: - ${DRONE_BRANCH} custom_labels: - "commit=${DRONE_COMMIT_SHA}" - cache_from: "${REPO}:${DRONE_BRANCH}" + cache_from: "vault-frontend:${DRONE_BRANCH}" username: from_secret: global_docker_login password: