Add back image
This commit is contained in:
parent
ed6e66d77f
commit
ed7a8b54ff
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Authenticate with registry
|
name: Authenticate with registry
|
||||||
|
@ -38,6 +40,8 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Check info
|
name: Check info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue