diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 57387e8..3ef3ea0 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - ghcr.io/${{ github.repository }} + code.252.no/${{ github.repository }} tags: | type=semver,pattern={{version}},prefix=v type=semver,pattern={{major}}.{{minor}},prefix=v @@ -38,7 +38,7 @@ jobs: context: /workspace/${{ github.repository }} credentials: | code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }} - destinations: "https://code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}" + destinations: "code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}" push: 'true'