💚 give user docker group
Some checks failed
Build OCI Images / build (push) Failing after 31s

This commit is contained in:
Rose 2024-07-24 02:44:16 -04:00
parent 1557fe18a1
commit c628724ebc
No known key found for this signature in database

View file

@ -10,8 +10,9 @@ jobs:
steps:
- name: setup node
run: |
apk add --no-cache libc6-compat git zstd docker
apk add --no-cache libc6-compat git zstd docker docker-cli
apk update
addgroup $(whoami) docker
yarn set version canary
yarn config set nodeLinker node-modules
- name: checkout