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'