Skip to content

Commit

Permalink
ci: added vars into sd3 target
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 24, 2024
1 parent 6d4cc16 commit e657228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
push: true
tags: |
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:${{ steps.semanticrelease.outputs.release-version }}
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:latest
- name: Update description on Docker Hub
if: steps.semanticrelease.outputs.new-release-published == 'true'
Expand Down
2 changes: 2 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ target "sd3" {
dockerfile = "Dockerfile"
target = "final"
args = {
DOCKERHUB_REPO = "${DOCKERHUB_REPO}"
DOCKERHUB_IMG = "${DOCKERHUB_IMG}"
MODEL_TYPE = "sd3"
HUGGINGFACE_ACCESS_TOKEN = "${HUGGINGFACE_ACCESS_TOKEN}"
}
Expand Down

0 comments on commit e657228

Please sign in to comment.