New yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2025-05-07 13:56:48 +02:00
parent f9da426110
commit ad2e09595a

View File

@@ -13,15 +13,15 @@ steps:
settings: settings:
registry: 192.168.1.9:3000 registry: 192.168.1.9:3000
repo: 192.168.1.9:3000/tai/aberwyn/aberwyn repo: 192.168.1.9:3000/tai/aberwyn/aberwyn
username:
from_secret: gitea_username
password:
from_secret: gitea_token
dockerfile: Aberwyn/Dockerfile dockerfile: Aberwyn/Dockerfile
context: . context: .
tags: tags:
- latest - latest
insecure: true insecure: true
docker_username:
from_secret: gitea_username
docker_password:
from_secret: gitea_token
- name: restart-unraid-container - name: restart-unraid-container
image: appleboy/drone-ssh image: appleboy/drone-ssh