ci: try to fix the repo name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-01-16 01:21:07 +01:00
parent e47f9c1e82
commit 56ff8e2a0c

View file

@ -18,8 +18,8 @@ steps:
from_secret: DOCKERHUB_USERNAME from_secret: DOCKERHUB_USERNAME
password: password:
from_secret: DOCKERHUB_PASSWORD from_secret: DOCKERHUB_PASSWORD
cache_from: "${DOCKER_REPO}:latest_${DRONE_BRANCH/\\//-}" cache_from: "$${DOCKER_REPO}:latest_${DRONE_BRANCH/\\//-}"
repo: "${DOCKER_REPO}" repo: "$${DOCKER_REPO}"
tags: "${DRONE_COMMIT_SHA:0:8}" tags: "${DRONE_COMMIT_SHA:0:8}"
- name: publish:commit_branch - name: publish:commit_branch
@ -32,8 +32,8 @@ steps:
from_secret: DOCKERHUB_USERNAME from_secret: DOCKERHUB_USERNAME
password: password:
from_secret: DOCKERHUB_PASSWORD from_secret: DOCKERHUB_PASSWORD
cache_from: "${DOCKER_REPO}:latest_${DRONE_BRANCH/\\//-}" cache_from: "$${DOCKER_REPO}:latest_${DRONE_BRANCH/\\//-}"
repo: "${DOCKER_REPO}" repo: "$${DOCKER_REPO}"
tags: "latest_${DRONE_BRANCH/\\//-}" tags: "latest_${DRONE_BRANCH/\\//-}"
when: when:
branch: branch:
@ -46,8 +46,8 @@ steps:
settings: settings:
username: "${DOCKERHUB_USERNAME}" username: "${DOCKERHUB_USERNAME}"
password: "${DOCKERHUB_PASSWORD}" password: "${DOCKERHUB_PASSWORD}"
cache_from: "${DOCKER_REPO}:latest_${DRONE_BRANCH/\\//-}" cache_from: "$${DOCKER_REPO}:latest_${DRONE_BRANCH/\\//-}"
repo: "${DOCKER_REPO}" repo: "$${DOCKER_REPO}"
tags: latest tags: latest
when: when:
branch: branch: