Skip to content

Commit

Permalink
💚Stop building alloy API
Browse files Browse the repository at this point in the history
  • Loading branch information
soaibsafi committed Jan 10, 2024
1 parent da47e73 commit 59832bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
docker push ghcr.io/${{ github.repository }}-frontend:latest
- name: Build and push Alloy API
run: |
cd alloy-app/api
docker build -t ghcr.io/${{ github.repository }}-alloy-api:latest .
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
docker push ghcr.io/${{ github.repository }}-alloy-api:latest
# - name: Build and push Alloy API
# run: |
# cd alloy-app/api
# docker build -t ghcr.io/${{ github.repository }}-alloy-api:latest .
# echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
# docker push ghcr.io/${{ github.repository }}-alloy-api:latest

0 comments on commit 59832bc

Please sign in to comment.