mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 10:51:10 +01:00
Use gha cache
This commit is contained in:
parent
870c48c070
commit
946d08341a
|
@ -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"
|
Loading…
Reference in New Issue
Block a user