add back docker label
This commit is contained in:
parent
26f9e21083
commit
0168896b74
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: forge.hornwitser.no/public/builder:r2025.5.2
|
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||||
steps:
|
steps:
|
||||||
|
@ -38,6 +39,7 @@ jobs:
|
||||||
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}
|
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: forge.hornwitser.no/public/builder:r2025.5.2
|
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue