From e5a1fec10807c381d5237e2c877d10ce717b1aa6 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Tue, 13 Jan 2026 16:14:39 +1100 Subject: [PATCH] Added change of owner. --- .github/workflows/tide_build.yml | 2 ++ 1 file changed, 2 insertions(+) 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: