From d25a291e6dab176e96570712771a457101f5da5b Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 25 Apr 2025 10:09:53 +0200 Subject: [PATCH] Add image pull secrets for Docker in Drone CI configuration --- .drone.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a1e4490..9146923 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,9 @@ steps: platforms: - linux/amd64 - linux/arm64 - + image_pull_secrets: + - name: docker-com + - name: pull image to dockerhub image: docker.io/owncloudci/drone-docker-buildx:4 privileged: true @@ -44,4 +46,6 @@ steps: from_secret: dockerhub-password platforms: - linux/amd64 - - linux/arm64 \ No newline at end of file + - linux/arm64 + image_pull_secrets: + - name: docker-com \ No newline at end of file