runs-on: self-hosted runner
Some checks failed
dev - build & deploy naar test / build-and-deploy (push) Failing after 2s

This commit is contained in:
bes-r 2026-07-07 23:45:25 +02:00
parent ab16f160df
commit 1db182f440
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ concurrency:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest # pas aan naar het label van jouw Forgejo-runner runs-on: self-hosted # label van jouw Forgejo-runner
env: env:
# 10.0.20.22:3000 - host van je Forgejo (= container registry host) # 10.0.20.22:3000 - host van je Forgejo (= container registry host)
REGISTRY: ${{ vars.REGISTRY }} REGISTRY: ${{ vars.REGISTRY }}

View file

@ -12,7 +12,7 @@ concurrency:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest # pas aan naar het label van jouw Forgejo-runner runs-on: self-hosted # label van jouw Forgejo-runner
env: env:
REGISTRY: ${{ vars.REGISTRY }} REGISTRY: ${{ vars.REGISTRY }}
IMAGE_NAME: ${{ github.repository }} # bes-r/teach IMAGE_NAME: ${{ github.repository }} # bes-r/teach