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

This commit is contained in:
2026-04-07 21:53:44 +00:00
parent 8450077723
commit b0c07c370b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
"id": 1,
"uuid": "07cfdc2f-ac76-4235-a69b-a6cc7bef65a1",
"name": "docker-host-1",
"token": "8a3c9d0363b8c4f26cb122c5ff9ebda9972e55d7",
"id": 2,
"uuid": "d4b2e53f-2cb5-4ccb-ab2b-b6e96fdae954",
"name": "docker-host",
"token": "82856bfb35fbaa43726f0adf7a716afd63ccb11a",
"address": "https://git.softsand.it/",
"labels": [
"ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest",

View File

@@ -46,7 +46,7 @@ services:
CONFIG_FILE: /config.yaml # Forteller runneren hvor konfigurasjonsfila ligger inne i containeren
GITEA_INSTANCE_URL: "https://git.softsand.it/" # URL-en til Gitea-instansen runneren skal koble seg til
GITEA_RUNNER_REGISTRATION_TOKEN: ${GITEA_RUNNER_REGISTRATION_TOKEN} # Token brukt for å registrere runneren mot Gitea
GITEA_RUNNER_NAME: "docker-host-1" # Navnet runneren får i Gitea-grensesnittet
GITEA_RUNNER_NAME: "docker-host" # Navnet runneren får i Gitea-grensesnittet
GITEA_RUNNER_LABEL: "docker-host" # Label workflowen kan bruke i runs-on for å velge denne runneren
volumes: # Mapper nødvendige filer og socketer inn i runner-containeren
- ./config.yaml:/config.yaml # Mapper lokal config-fil til /config.yaml inne i containeren