Update .forgejo/workflows/release.yaml
All checks were successful
Release / build-image (push) Successful in 1m54s

This commit is contained in:
Tommy 2024-11-10 18:07:17 +00:00
parent d68e7c9f43
commit 7b251508d3
No known key found for this signature in database
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -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'