Merge pull request #985 from crazy-max/fix-e2e

e2e: fix .docker folder perms
This commit is contained in:
CrazyMax 2023-10-09 01:09:50 -07:00 committed by GitHub
commit 0f847266c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,7 @@ jobs:
if: inputs.type == 'local'
run: |
sudo -E bash ./.github/e2e/${{ inputs.id }}/install.sh
sudo chown $(id -u):$(id -g) -R ~/.docker
-
name: Docker meta
id: meta