gege1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-10 04:26:16 +09:00
parent 5ec4d2dbd3
commit 6b0aae61ef

View File

@ -14,7 +14,7 @@ steps:
from_secret: DOCKER_PASSWORD
DOCKER_REGISTRY: gitea.service.jazzwhom.top
volumes:
- name: /var/run/docker.sock
- name: docker-socket
path: /var/run/docker.sock
commands:
@ -28,7 +28,7 @@ steps:
image: docker:latest
privileged: true
volumes:
- name: /var/run/docker.sock
- name: docker-socket
path: /var/run/docker.sock
commands:
- docker rmi "$DOCKER_REGISTRY/your-org/your-app:$DOCKER_TAG"
@ -41,3 +41,8 @@ steps:
trigger:
event:
- push
volumes:
- name: docker-socket
host:
path: /var/run/docker.sock