Skip to content

Commit

Permalink
ci: set variables directly for the targets
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 24, 2024
1 parent 2abfa58 commit 1b0127d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
push: true
targets: sd3
set: |
DOCKERHUB_REPO=${{ secrets.DOCKERHUB_REPO }}
DOCKERHUB_IMG=${{ secrets.DOCKERHUB_IMG }}
RELEASE_VERSION=${{ env.RELEASE_VERSION }}
HUGGINGFACE_ACCESS_TOKEN=${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
base.args.DOCKERHUB_REPO=${{ secrets.DOCKERHUB_REPO }}
base.args.DOCKERHUB_IMG=${{ secrets.DOCKERHUB_IMG }}
base.args.RELEASE_VERSION=${{ env.RELEASE_VERSION }}
sd3.args.HUGGINGFACE_ACCESS_TOKEN=${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
sd3.args.DOCKERHUB_REPO=${{ secrets.DOCKERHUB_REPO }}
sd3.args.DOCKERHUB_IMG=${{ secrets.DOCKERHUB_IMG }}
sd3.args.RELEASE_VERSION=${{ env.RELEASE_VERSION }}

0 comments on commit 1b0127d

Please sign in to comment.