Try using builder image to make builder
This creates a circular dependency, but avoids having to use the heavy Ubuntu image.
This commit is contained in:
parent
9a3a662aa0
commit
1bb772ffba
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker:24.0.5
|
image: sif.g100.hornwitser.no:3000/furnavia/builder:latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Authenticate
|
name: Authenticate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue