Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashx committed Feb 4, 2024
1 parent e85e681 commit eec0247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CD-worker_photo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
HF_TOKEN: ${{ secrets.HF_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit eec0247

Please sign in to comment.