diff --git a/.github/workflows/comfyui.yml b/.github/workflows/comfyui.yml index decf74c84..092d42bc8 100644 --- a/.github/workflows/comfyui.yml +++ b/.github/workflows/comfyui.yml @@ -45,7 +45,7 @@ jobs: with: file: ./Dockerfile platforms: linux/amd64 - context: comfyui + context: . push: ${{ github.ref == 'refs/heads/main' }} tags: | ${{ secrets.DOCKER_USERNAME }}/comfyui:${{ github.sha }}