Correction to Docker buildx cache-from in Drone CI
This commit is contained in:
parent
e75f23e3d9
commit
61078f0201
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user