Skip to content

Commit

Permalink
ci: only use DOCKERHUB_REPO in bake
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 24, 2024
1 parent 26eadb9 commit 6d4cc16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
dev:
runs-on: ubuntu-latest-m
env:
DOCKERHUB_REPOSITORY: timpietruskyblibla
DOCKERHUB_IMG: "runpod-worker-comfy"
HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
RELEASE_VERSION: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "DOCKERHUB_REPO" {
default = ""
default = "timpietruskyblibla"
}

variable "DOCKERHUB_IMG" {
Expand Down

0 comments on commit 6d4cc16

Please sign in to comment.