💚 okay so just give permission to the socket instead
Some checks failed
Build OCI Images / build (push) Failing after 10s

This commit is contained in:
Rose 2024-07-24 02:49:43 -04:00
parent 8545a3784a
commit 5a4c130a19
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ jobs:
apk add --no-cache libc6-compat git zstd docker docker-cli openrc
apk update
addgroup $(whoami) docker
service docker start
sudo chown $(whoami) /var/run/docker.sock
yarn set version canary
yarn config set nodeLinker node-modules
- name: checkout