We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e10f33 commit 0f2ee77Copy full SHA for 0f2ee77
.drone.yml
@@ -652,7 +652,6 @@ steps:
652
event:
653
exclude:
654
- pull_request
655
-
656
---
657
kind: pipeline
658
name: docker-linux-arm64-dry-run
@@ -682,6 +681,9 @@ steps:
682
681
tags: linux-arm64
683
build_args:
684
- GOPROXY=off
+ environment:
685
+ PLUGIN_MIRROR:
686
+ from_secret: plugin_mirror
687
when:
688
689
@@ -726,11 +728,13 @@ steps:
726
728
from_secret: docker_password
727
729
username:
730
from_secret: docker_username
731
732
733
734
735
736
737
738
739
740
name: docker-manifest
0 commit comments