From 2102d56d45a41a6b42322b862e668de6979ae944 Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 23 Aug 2025 03:00:13 -0400 Subject: [PATCH] Push to registry --- .forgejo/workflows/website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index ae24266..29b239f 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -25,7 +25,7 @@ jobs: context: ./website containerfiles: ./website/docker/Dockerfile - name: Push to Registry - uses: redhat-actions/push-to-registry@v2 + uses: github.com/redhat-actions/push-to-registry@v2 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }}