This commit is contained in:
parent
0b6acac35f
commit
7906623f22
13
.drone.yml
13
.drone.yml
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user