Skip to content

Commit 56bbdd9

Browse files
authored
Merge pull request #37 from drone-plugins/CI-16417
[feat]: [CI-16417]: added source fallback
2 parents 6e17c4e + 75d4392 commit 56bbdd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
run:
22
binary:
3-
source: https://github.com/drone-plugins/drone-buildx-gar/releases/download/{{ release }}/drone-buildx-gar-{{ os }}-{{ arch }}.zst
3+
source: https://github.com/drone-plugins/drone-buildx-gar/releases/download/{{ release }}/drone-buildx-gar-{{ os }}-{{ arch }}.zst
4+
fallback_source: https://app.harness.io/storage/harness-download/harness-ti/drone-buildx-gar/{{ release }}/drone-buildx-gar-{{ os }}-{{ arch }}.zst

0 commit comments

Comments
 (0)