mirror of
https://github.com/unraid/api.git
synced 2026-01-04 23:50:37 -06:00
fix: load builder image to cache
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user