runs-on: self-hosted runner
Some checks failed
dev - build & deploy naar test / build-and-deploy (push) Failing after 2s
Some checks failed
dev - build & deploy naar test / build-and-deploy (push) Failing after 2s
This commit is contained in:
parent
ab16f160df
commit
1db182f440
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue