Update .forgejo/workflows/release.yaml
All checks were successful
Release / build-image (push) Successful in 1m54s
All checks were successful
Release / build-image (push) Successful in 1m54s
This commit is contained in:
parent
d68e7c9f43
commit
7b251508d3
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ jobs:
|
|||
context: /workspace/${{ github.repository }}
|
||||
credentials: |
|
||||
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
||||
destinations: "code.252.no/tommy/mbpfan:${{steps.next-version.outputs.next-version }}"
|
||||
destinations: "code.252.no/${{ github.repository }}:${{steps.next-version.outputs.next-version }}"
|
||||
push: 'true'
|
||||
|
|
Loading…
Reference in a new issue