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:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||
steps:
|
||||
-
|
||||
name: Authenticate with registry
|
||||
|
@ -38,6 +40,8 @@ jobs:
|
|||
deploy:
|
||||
needs: build
|
||||
runs-on: docker
|
||||
container:
|
||||
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||
steps:
|
||||
-
|
||||
name: Check info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue