mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +01:00
Use gha cache
This commit is contained in:
parent
870c48c070
commit
946d08341a
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
docker buildx \
|
docker buildx bake --set *."cache-from=type=gha"
|
||||||
--cache-from "type=gha" \
|
docker buildx bake --set *."cache-to=type=gha,mode=max"
|
||||||
--cache-to "type=gha,mode=max" \
|
|
||||||
bake --pull --file "build/docker-bake.hcl"
|
docker buildx bake --pull --file "build/docker-bake.hcl"
|
Loading…
Reference in New Issue
Block a user