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

This commit is contained in:
2025-03-25 03:57:43 +01:00
parent 13fc4f61cc
commit e8001b43d4

View File

@@ -10,11 +10,10 @@ trigger:
- push
services:
docker:
- name: docker
image: docker:20.10.16-dind
privileged: true
environment:
# Disable TLS to simplify connection (not recommended for production)
DOCKER_TLS_CERTDIR: ""
steps:
@@ -22,7 +21,6 @@ steps:
image: docker:20.10.16
environment:
DOCKER_BUILDKIT: 1
# Point to the Docker service
DOCKER_HOST: tcp://docker:2375
DOCKER_USERNAME:
from_secret: docker_username