Correction to Docker buildx cache-from in Drone CI

This commit is contained in:
Jack Jackson 2024-06-24 21:31:21 -07:00
parent e75f23e3d9
commit 61078f0201

View File

@ -9,11 +9,11 @@ platform:
steps: steps:
- name: docker-build-and-push - name: docker-build-and-push
cache_from:
- "gitea.scubbo.org/${DRONE_REPO}:${DRONE_BRANCH}"
image: thegeeklab/drone-docker-buildx # Absurd that this isn't offered as first-party! image: thegeeklab/drone-docker-buildx # Absurd that this isn't offered as first-party!
privileged: true privileged: true
settings: settings:
cache_from:
- "type=registry\\\\,ref=gitea.scubbo.org/${DRONE_REPO}:${DRONE_BRANCH}"
registry: gitea.scubbo.org registry: gitea.scubbo.org
username: scubbo username: scubbo
password: password: