ci: fix tagging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-10-19 12:09:21 +02:00
parent b4547a3aeb
commit d5cd99a595

View file

@ -23,9 +23,9 @@ steps:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_PASSWORD
cache_from: "glenux/service-drone-runner:latest_${DRONE_BRANCH/\\//-}"
cache_from: "glenux/service-drone-runner:${DRONE_BRANCH/\\//-}_latest"
repo: glenux/service-drone-runner
tags: "${DRONE_COMMIT_SHA:0:8}"
tags: "${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
purge: false
- name: publish:commit_branch
@ -38,9 +38,9 @@ steps:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_PASSWORD
cache_from: "glenux/service-drone-runner:latest_${DRONE_BRANCH/\\//-}"
cache_from: "glenux/service-drone-runner:${DRONE_BRANCH/\\//-}_latest"
repo: glenux/service-drone-runner
tags: "latest_${DRONE_BRANCH/\\//-}"
tags: "${DRONE_BRANCH/\\//-}_latest"
purge: false
when:
branch:
@ -55,7 +55,7 @@ steps:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_PASSWORD
cache_from: "glenux/service-drone-runner:latest_${DRONE_BRANCH/\\//-}"
cache_from: "glenux/service-drone-runner:${DRONE_BRANCH/\\//-}_latest"
repo: glenux/service-drone-runner
tags: latest
purge: false