update cicd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-07-13 10:36:13 +03:00
parent 0b6acac35f
commit 7906623f22
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -6,7 +6,8 @@ name: build-and-push-develop
steps:
- name: docker build an publish
image: docker.struchkov.dev/docker-buildx:latest
# https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.0.3-dind-alpine3.20
environment:
DOCKER_REGISTRY_TOKEN:
from_secret: DOCKER_REGISTRY_TOKEN
@ -28,7 +29,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
@ -70,7 +72,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
@ -82,8 +85,10 @@ volumes:
image_pull_secrets:
- DOCKER_AUTH
# drone sign --save DockerFiles/samba
---
kind: signature
hmac: bf70dbc39853ab693c0a6c788975244211a0dbdf8b83a8447ca53cdf5ba39b29
hmac: 2758b59a6150764978d01f05379a929043ca72cc02a0fbe5fdd82365bfa7cb98
...