From 676496994c5842c8663231e02c99a2ff884bdb96 Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Tue, 11 Feb 2025 22:05:32 +0100 Subject: [PATCH] Actions: fix podman actions path --- .forgejo/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 4704696..72c45a8 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -38,13 +38,13 @@ jobs: strategy: *strategy steps: - name: login to container registry - uses: redhat-actions/podman-login@v1 + uses: actions/podman-login@v1 with: registry: git.flyinggecko.org username: flyinggecko password: ${{ secrets.REGISTRY_TOKEN }} - name: publish image - uses: redhat-actions/push-to-registry@v2 + uses: actions/push-to-registry@v2 with: image: git.flyinggecko.org/flyinggecko/oci-images/${{ matrix.container }} tags: ${{ matrix.version }}