From 5784d8c966df07ba5bf440a38a676c93bb57e0ef Mon Sep 17 00:00:00 2001 From: Ryan Hecht Date: Mon, 8 Dec 2025 13:08:50 -0500 Subject: [PATCH] ci(pr-docker): add disk cleanup and support fork registries (#1942) Use dynamic repository owner/name for image tags to allow forks to publish to their own registries. --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index aca457962..f14b9581d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -47,7 +47,7 @@ jobs: id: meta uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5 with: - images: ghcr.io/go-vikunja/vikunja + images: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} tags: | type=ref,event=pr type=sha,format=long