Delete duplicate workflows; update Docker publish cache host
Some checks failed
Build Docker Image / docker (push) Failing after 12m47s

This commit is contained in:
2025-04-14 21:10:12 +02:00
parent 7bbbbc2309
commit e4b9b8129b
3 changed files with 3 additions and 39 deletions

View File

@ -12,7 +12,7 @@ on:
cache:
enabled: true
dir: ""
host: "192.168.1.127"
host: "gitea_act_runner"
port: 8088
jobs:
@ -63,6 +63,8 @@ jobs:
# Check if the Python code needs formatting
- run: ruff format --check --verbose
# Lint Dockerfile
- run: docker build --check .
# Extract metadata (tags, labels) from Git reference and GitHub events for Docker