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:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||
steps:
|
||||
|
@ -38,6 +39,7 @@ jobs:
|
|||
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}
|
||||
deploy:
|
||||
needs: build
|
||||
runs-on: docker
|
||||
container:
|
||||
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue