parent
ee56ec87f2
commit
f3fb8cf51c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Push
|
- name: Push
|
||||||
uses: 'https://github.com/redhat-actions/push-to-registry@v2'
|
uses: 'https://github.com/redhat-actions/push-to-registry@v2'
|
||||||
with:
|
with:
|
||||||
registry: code.porucha.net
|
registry: ${{ env.GITHUB_SERVER_URL }}
|
||||||
image: ${{ steps.build.outputs.image }}
|
image: ${{ steps.build.outputs.image }}
|
||||||
tags: ${{ steps.build.outputs.tags }}
|
tags: ${{ steps.build.outputs.tags }}
|
||||||
username: ${{ vars.FORGEJO_USERNAME }}
|
username: ${{ vars.FORGEJO_USERNAME }}
|
||||||
|
|
Loading…
Reference in a new issue