Skip to content

Commit

Permalink
Push to our repository
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Sep 6, 2024
1 parent cf881f7 commit 8c7432e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: stb.sh
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

Expand All @@ -59,7 +60,7 @@ jobs:
build-args: |
MODEL_FOLDER=${{ matrix.model }}
tags: |
stablecog/sc-worker-rp-${{ matrix.model }}:${{ needs.prepare.outputs.release_version }}
stablecog/sc-worker-rp-${{ matrix.model }}:latest
stb.sh/sc-worker-rp-${{ matrix.model }}:${{ needs.prepare.outputs.release_version }}
stb.sh/sc-worker-rp-${{ matrix.model }}:latest
secrets: |
"HF_TOKEN=${{ secrets.HF_TOKEN }}"

0 comments on commit 8c7432e

Please sign in to comment.