Closed edigaryev closed 7 months ago
How to run locally for testing purposes:
TestGHA
Dockerfile
FROM debian:latest
docker buildx build -t whatever --cache-to type=gha,url=http://<your IP reachable from Docker VM>:12321/,token=<token generated in step 1>,scope=image .
Resolves https://github.com/cirruslabs/cirrus-ci-agent/issues/344.
How to run locally for testing purposes:
TestGHA
Dockerfile
, e.g. withFROM debian:latest
contentsdocker buildx build -t whatever --cache-to type=gha,url=http://<your IP reachable from Docker VM>:12321/,token=<token generated in step 1>,scope=image .
Resolves https://github.com/cirruslabs/cirrus-ci-agent/issues/344.