Try using GITHUB_SERVER_URL

This commit is contained in:
Jan Hamal Dvořák 2025-01-07 21:53:36 +01:00
parent ee56ec87f2
commit f3fb8cf51c

View file

@ -22,7 +22,7 @@ jobs:
- name: Push
uses: 'https://github.com/redhat-actions/push-to-registry@v2'
with:
registry: code.porucha.net
registry: ${{ env.GITHUB_SERVER_URL }}
image: ${{ steps.build.outputs.image }}
tags: ${{ steps.build.outputs.tags }}
username: ${{ vars.FORGEJO_USERNAME }}