Skip to content

Commit

Permalink
test pushing to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Dec 26, 2024
1 parent df17026 commit 2bcd7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-ai-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2bcd7ef

Please sign in to comment.