fixing workflow
Some checks failed
Build and Push Docker Image / docker (push) Failing after 16s

This commit is contained in:
2026-04-07 22:29:53 +00:00
parent 5df394c6e6
commit e6aa9fa5c1

View File

@@ -40,7 +40,9 @@ services:
- postgres_password
docker-host: # Service for Gitea Actions runner
image: docker.io/gitea/act_runner:latest # Docker-imaget som brukes for act_runner
build:
context: .
dockerfile: Dockerfile.runner # Docker-imaget som brukes for act_runner
restart: always # Runneren restartes automatisk hvis den stopper eller maskinen restartes
environment: # Miljøvariabler som konfigurerer runneren
CONFIG_FILE: /config.yaml # Forteller runneren hvor konfigurasjonsfila ligger inne i containeren