From 85386ec000cf692687c71e51d940b4346dbbd0e6 Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 9 Nov 2024 12:56:23 +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 39617f3..57387e8 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: "code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}" + destinations: "https://code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}" push: 'true'