Skip to content

Commit

Permalink
Update build-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rquesada authored Dec 18, 2024
1 parent c3fb8bf commit 648bdf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
IMAGE_TAG: "${{ steps.set-sha.outputs.sha_short }}"
run: |
docker login --username rquesada --password ${{ env.TOKEN_GITHUB }} ghcr.io
docker build --platform linux/amd64 -t ghcr.io/pai-os/assistant:IMAGE_TAG .
docker image tag ghcr.io/pai-os/assistant:IMAGE_TAG ghcr.io/pai-os/assistant:latest
docker push ghcr.io/pai-os/assistant:latest
docker build --platform linux/amd64 -t ghcr.io/kwaai-ai-lab/assistant:IMAGE_TAG .
docker image tag ghcr.io/kwaai-ai-lab/assistant:IMAGE_TAG ghcr.io/kwaai-ai-lab/assistant:latest
docker push ghcr.io/kwaai-ai-lab/assistant:latest

0 comments on commit 648bdf4

Please sign in to comment.