diff --git a/.github/workflows/tide_build.yml b/.github/workflows/tide_build.yml index 99a5581..a6beb9e 100644 --- a/.github/workflows/tide_build.yml +++ b/.github/workflows/tide_build.yml @@ -68,6 +68,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: Set ownership of the workspace + run: chown -R $(id -u):$(id -g) $PWD - name: Log into registry ghcr.io uses: docker/login-action@v3 with: