Skip to content

Commit

Permalink
push to registry from build job
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Dec 26, 2024
1 parent 2bcd7ef commit 9ee2f7a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-ai-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: "Build and test AI proxy"
name: "Build and publish AI proxy"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -34,6 +34,10 @@ jobs:
working-directory: examples/aiproxy
run: |
spin test
- name: "Publish"
working-directory: examples/aiproxy
run: |
spin registry push ghcr.io/${{ github.repository_owner }}//near-ft-openai-proxy:${{ github.ref }}
release:
name: "Release"
Expand All @@ -43,4 +47,4 @@ jobs:
steps:
- name: Push to registry
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:${{ github.ref }}

0 comments on commit 9ee2f7a

Please sign in to comment.