From e21ebae9d8fc2828efe3ce3f3b210758252b376f Mon Sep 17 00:00:00 2001 From: Peter Salomonsen Date: Thu, 26 Dec 2024 20:42:17 +0100 Subject: [PATCH] test publish --- .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 0c5070b..0b9e1d7 100644 --- a/.github/workflows/release-ai-proxy.yml +++ b/.github/workflows/release-ai-proxy.yml @@ -37,7 +37,7 @@ jobs: - name: "Publish" working-directory: examples/aiproxy run: | - spin registry push ghcr.io/${{ github.repository_owner }}//near-ft-openai-proxy:${{ github.ref }} + spin registry push ghcr.io/${{ github.repository_owner }}//near-ft-openai-proxy:test release: name: "Release" @@ -47,4 +47,4 @@ jobs: steps: - name: Push to registry run: | - #spin registry push ghcr.io/${{ github.repository_owner }}//near-ft-openai-proxy:test + #spin registry push ghcr.io/${{ github.repository_owner }}//near-ft-openai-proxy:${{ github.ref }}