Skip to content

Commit

Permalink
ci: use "env" instead of "set"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 24, 2024
1 parent e5ba512 commit e9da998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
push: true
targets: sd3
set: |
sd3.args.HUGGINGFACE_API_KEY=${{ secrets.HUGGINGFACE_API_KEY }}
sd3.args.DOCKERHUB_REPO=${{ secrets.DOCKERHUB_REPO }}
sd3.args.DOCKERHUB_IMG=${{ secrets.DOCKERHUB_IMG }}
env:
HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
DOCKERHUB_REPO: ${{ secrets.DOCKERHUB_REPO }}
DOCKERHUB_IMG: ${{ secrets.DOCKERHUB_IMG }}

0 comments on commit e9da998

Please sign in to comment.