Update .forgejo/workflows/build.yml

This commit is contained in:
Seraphim Strub 2025-03-21 23:13:38 +00:00
parent 8cdcbc3b86
commit ad932eccf1

View file

@ -143,7 +143,7 @@ jobs:
echo $auth > $HOME/.docker/config.json echo $auth > $HOME/.docker/config.json
- name: Log in to the GitHub Container registry - name: Log in to the GitHub Container registry
uses: redhat-actions/podman-login@v1 uses: https://github.com/redhat-actions/podman-login@v1
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}