diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index b116e5a..d38a9db 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -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'