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 }}