From 5acc5d351d3981e40a3e4790ef6d164f34463d42 Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Tue, 11 Feb 2025 22:34:34 +0100 Subject: [PATCH] Actions: fix publish job --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index fe78d49..697ed06 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -34,7 +34,7 @@ jobs: - name: publish image uses: actions/push-to-registry@v2 with: - image: git.flyinggecko.org/flyinggecko/oci-images/${{ matrix.container }} + image: oci-images/${{ matrix.container }} tags: ${{ matrix.version }} registry: git.flyinggecko.org username: flyinggecko