From 27c2f45361c5aa08cd06a4493707c7a8d59c5a19 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 3 Dec 2022 20:13:51 -0800 Subject: [PATCH] update repo name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1c7a8f9..73769d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: template load: multiarch-container.yaml data: - repo: images/docker + repo: examples/docker # because this *is* the docker image, the "latest" tag hasn't been published yet (that's # what we're about to do), so we need to pick a specific arch image. # todo: is there some way to choose this value automatically to match the runner?