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'