From 26eadb94a2a68a661f92ca4c65d03c215ea80bc9 Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Wed, 24 Jul 2024 23:54:48 +0200 Subject: [PATCH] ci: removed quotes for DOCKERHUB_REPOSITORY --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 1f056743..243c36dc 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -10,7 +10,7 @@ jobs: dev: runs-on: ubuntu-latest-m env: - DOCKERHUB_REPOSITORY: "timpietruskyblibla" + DOCKERHUB_REPOSITORY: timpietruskyblibla DOCKERHUB_IMG: "runpod-worker-comfy" HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }} RELEASE_VERSION: ${{ github.ref_name }}