mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 15:02:41 +01:00
Use gha cache
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker buildx \
|
||||
--cache-from "type=gha" \
|
||||
--cache-to "type=gha,mode=max" \
|
||||
bake --pull --file "build/docker-bake.hcl"
|
||||
docker buildx bake --set *."cache-from=type=gha"
|
||||
docker buildx bake --set *."cache-to=type=gha,mode=max"
|
||||
|
||||
docker buildx bake --pull --file "build/docker-bake.hcl"
|
||||
Reference in New Issue
Block a user