Skip to content

Commit

Permalink
Merge pull request #985 from crazy-max/fix-e2e
Browse files Browse the repository at this point in the history
e2e: fix .docker folder perms
  • Loading branch information
crazy-max authored Oct 9, 2023
2 parents 4c1b68d + ea84996 commit 0f84726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f84726

Please sign in to comment.