From 2bcd7ef88e4baa0ef6bd166e19bd97802f13975a Mon Sep 17 00:00:00 2001 From: Peter Salomonsen Date: Thu, 26 Dec 2024 10:38:54 +0100 Subject: [PATCH] test pushing to registry --- .github/workflows/release-ai-proxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ai-proxy.yml b/.github/workflows/release-ai-proxy.yml index fd266d4..db6ea29 100644 --- a/.github/workflows/release-ai-proxy.yml +++ b/.github/workflows/release-ai-proxy.yml @@ -39,8 +39,8 @@ jobs: name: "Release" needs: build runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') steps: - name: Push to registry run: | - spin registry push ghcr.io/${{ github.repository_owner }}//ai-proxy:${{ github.ref }} + spin registry push ghcr.io/${{ github.repository_owner }}//near-ft-openai-proxy:${{ github.ref }}