Update .forgejo/workflows/release.yaml
Some checks failed
Release / build-image (push) Failing after 1m9s
Some checks failed
Release / build-image (push) Failing after 1m9s
This commit is contained in:
parent
e69afb93df
commit
1671117461
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
context: /workspace/${{ github.repository }}
|
||||
credentials: |
|
||||
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
||||
destinations: "${{ github.repository }}:${{ steps.meta.outputs.tags }}"
|
||||
destinations: "code.252.no/tommy/mbpfan:${{ steps.meta.outputs.tags }}"
|
||||
push: 'true'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue