update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-08-13 08:43:14 +03:00
parent 46d252c3f6
commit c260db6480

View File

@@ -28,7 +28,8 @@ trigger:
services:
- name: docker
image: hub.docker.struchkov.dev/docker:24.0.7-dind-alpine3.18
# https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.0.3-dind-alpine3.20
privileged: true
volumes:
- name: dockersock
@@ -40,8 +41,10 @@ volumes:
image_pull_secrets:
- DOCKER_AUTH
# drone sign --save DockerFiles/transmission-telegram
---
kind: signature
hmac: c0acec9795bd295c4e37644836f7a42bb8a0648e989da0cac9ed68030db2d89a
hmac: 1174c3959bfdd66dea7e5e48c6a467dd37c90e015d4f2a0aa6d60d13395fad7f
...