From d68e7c9f43b1927731bc4efd4f9603558d0c038b Mon Sep 17 00:00:00 2001 From: tommy Date: Sun, 10 Nov 2024 18:06:57 +0000 Subject: [PATCH] Update .forgejo/workflows/release.yaml --- .forgejo/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 00e70b2..6c08d01 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -28,6 +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/tommy/mbpfan:${{steps.next-version.outputs.next-version }}" push: 'true'