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