From ad932eccf17ffd882ac063f2ba37bd64d97a1fc2 Mon Sep 17 00:00:00 2001 From: sst Date: Fri, 21 Mar 2025 23:13:38 +0000 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 36cba42..187d939 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -143,7 +143,7 @@ jobs: echo $auth > $HOME/.docker/config.json - name: Log in to the GitHub Container registry - uses: redhat-actions/podman-login@v1 + uses: https://github.com/redhat-actions/podman-login@v1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}