e2e: fix .docker folder perms

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-10-08 18:54:12 +02:00
parent 4c1b68d83a
commit ea8499618b
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

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