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

This commit is contained in:
Elias Jansson
2025-06-19 12:26:31 +02:00
parent f8a33123d0
commit 4f14918b02

View File

@@ -18,14 +18,12 @@ steps:
from_secret: gitea_username
GITEA_TOKEN:
from_secret: gitea_token
commands:
commands:
- export DOCKER_BUILDKIT=1
- docker buildx create --use --driver docker-container || true
- echo "$GITEA_TOKEN" | docker login 192.168.1.9:3000 -u "$GITEA_USERNAME" --password-stdin
- docker buildx build --builder default --tag 192.168.1.9:3000/tai/aberwyn/aberwyn:latest --tag 192.168.1.9:3000/tai/aberwyn/aberwyn:${DRONE_COMMIT_SHA:0:7} --cache-from=type=registry,ref=192.168.1.9:3000/tai/aberwyn/aberwyn:buildcache --cache-to=type=registry,ref=192.168.1.9:3000/tai/aberwyn/aberwyn:buildcache,mode=max --push --allow insecure -f Aberwyn/Dockerfile .
- name: restart-unraid-container
image: appleboy/drone-ssh
settings: