I'm setting up my GHA for Hybrid Cloud deploy usin...
# dagster-plus
g
I'm setting up my GHA for Hybrid Cloud deploy using your action
hybrid_branch_deploy@0.1
and I'm hitting an odd error:
Copy code
Docker info
Download and install buildx
  Downloading <https://github.com/docker/buildx/releases/download/v0.10.3/buildx-v0.10.3.linux-amd64>
  Docker plugin mode
  Error: ENOENT: no such file or directory, mkdir '/home/runner/.docker/cli-plugins'
any ideas?
hmmm...
Copy code
mkdir: cannot create directory '/home/runner/.docker/cli-plugins': Read-only file system
neat.
j
Hey @Greg Burd can you open an issue on https://github.com/dagster-io/dagster-cloud-action/issues? Can you include what type of github actions environment you're using.
g
That was fixed by adding this to the env.
DOCKER_CONFIG: $GITHUB_WORKSPACE