update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed

This commit is contained in:
Struchkov Mark 2024-08-13 08:46:46 +03:00
parent c260db6480
commit 3df77e1121
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -16,7 +16,7 @@ steps:
- name: dockersock
path: /var/run
commands:
- sleep 15
- sleep 30
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
- echo "$DOCKER_REGISTRY_TOKEN" | docker login hub.docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
- docker buildx create --use
@ -45,6 +45,6 @@ image_pull_secrets:
# drone sign --save DockerFiles/transmission-telegram
---
kind: signature
hmac: 1174c3959bfdd66dea7e5e48c6a467dd37c90e015d4f2a0aa6d60d13395fad7f
hmac: 361d5ccc8e44241263fa87233c4d9454eb9f22eb9da12ee4012d91f99d823253
...