fix env
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-06-10 04:29:34 +09:00
parent 0495a9dea7
commit 95e0713729

View File

@ -2,11 +2,7 @@ kind: pipeline
type: docker
name: default
steps:
- name: 打包 Docker 容器
image: docker:latest
privileged: true
environment:
environment:
DOCKER_TAG: ${DRONE_COMMIT_SHA:0:8}
DOCKER_USERNAME:
from_secret: DOCKER_USERNAME
@ -15,6 +11,11 @@ steps:
DOCKER_REGISTRY: gitea.service.jazzwhom.top
DOCKER_ORGANIZATION: kagami-public
DOCKER_APPLICATION: temp-20250607.0350-my-tiny-app
steps:
- name: 打包 Docker 容器
image: docker:latest
privileged: true
volumes:
- name: docker-socket
path: /var/run/docker.sock