docker group

Authored by: bashonly
This commit is contained in:
bashonly 2024-04-28 16:09:14 -05:00
parent f579a36c14
commit 6794e5060a
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ jobs:
mkdir ~/build
cd bundle/docker
docker compose up --build static
sudo chown "${USER}:${USER}" ~/build/yt-dlp_linux
sudo chown "${USER}:docker" ~/build/yt-dlp_linux
- name: Verify --update-to
if: vars.UPDATE_TO_VERIFICATION
run: |