Verbeter grafische kwaliteit van kleurplaten (v0.4.67-beta) #5
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