Update .forgejo/workflows/build.yml

This commit is contained in:
Seraphim Strub 2025-03-22 10:01:14 +00:00
parent fb25699a64
commit 35c02ca847

View file

@ -140,7 +140,7 @@ jobs:
# podman push "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest" # podman push "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest"
- name: Log in to the GitHub Container registry - name: Log in to the GitHub Container registry
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # master uses: https://github.com/redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # master
with: with:
registry: rievo.dev registry: rievo.dev
username: ${{ github.actor }} username: ${{ github.actor }}