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:
Hornwitser 2024-07-15 23:17:57 +02:00
parent 9a3a662aa0
commit 1bb772ffba

View file

@ -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