fix: load builder image to cache

This commit is contained in:
Eli Bosley
2024-10-24 10:26:12 -04:00
parent 9beaa78820
commit 935825571b

View File

@@ -49,7 +49,7 @@ jobs:
install: true
platforms: linux/amd64
- name: Build Builder Image
run: docker buildx build --cache-from=type=gha --cache-to=type=gha,mode=max -t builder -f ./Dockerfile .
run: docker buildx build --cache-from=type=gha --cache-to=type=gha,mode=max --load -t builder -f ./Dockerfile .
- name: Lint inside of the docker container
run: |