Skip to content

Commit f71d92d

Browse files
smiratalos-bot
authored andcommitted
chore: fix master build by adding SSH_KEY
This is required secret to add the builder. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent e42dfc4 commit f71d92d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ steps:
5555
environment:
5656
PLATFORM: linux/amd64,linux/arm64
5757
BUILDKIT_HOST: ${BUILDKIT_HOST=tcp://buildkitd.ci.svc:1234}
58+
SSH_KEY:
59+
from_secret: ssh_key
5860
DOCKER_USERNAME:
5961
from_secret: docker_username
6062
DOCKER_PASSWORD:

0 commit comments

Comments
 (0)