Update .forgejo/workflows/build.yml
This commit is contained in:
parent
dcbe74a07c
commit
ddf06388d7
1 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ jobs:
|
|||
uses: https://github.com/docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
|
||||
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
|
||||
with:
|
||||
registry: ghcr.io
|
||||
registry: rievo.dev
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -155,8 +155,8 @@ jobs:
|
|||
REGISTRY_USER: ${{ github.actor }}
|
||||
REGISTRY_PASSWORD: ${{ github.token }}
|
||||
with:
|
||||
registry: ${{ steps.registry_case.outputs.lowercase }}
|
||||
image: ${{ steps.image_case.outputs.lowercase }}
|
||||
registry: ${{ env.IMAGE_REGISTRY }}
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
tags: ${{ steps.metadata.outputs.tags }}
|
||||
username: ${{ env.REGISTRY_USER }}
|
||||
password: ${{ env.REGISTRY_PASSWORD }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue