From 16711174616d9d6ebb09fdde10ecd964651068b6 Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 9 Nov 2024 14:30:13 +0000 Subject: [PATCH] Update .forgejo/workflows/release.yaml --- .forgejo/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'