From 0d19bae865c903104295a3e04b495513a11809e1 Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Tue, 11 Feb 2025 22:42:01 +0100 Subject: [PATCH] Actions: fixup image path again --- .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 697ed06..31f6a04 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: oci-images/${{ matrix.container }} + image: oci-images/nixos-runner/${{ matrix.container }} tags: ${{ matrix.version }} registry: git.flyinggecko.org username: flyinggecko