We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d22d0d commit 425fa28Copy full SHA for 425fa28
.github/workflows/docker.yaml
@@ -9,12 +9,6 @@ on:
9
- main
10
tags:
11
- "v*"
12
- workflow_dispatch:
13
- inputs:
14
- nodes_config:
15
- description: "Custom nodes config filename or path for base image build"
16
- required: false
17
- default: "nodes.yaml"
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -84,7 +78,6 @@ jobs:
84
78
file: docker/Dockerfile.base
85
79
build-args: |
86
80
CACHEBUST=${{ github.run_id }}
87
- NODES_CONFIG=${{ github.event_name == 'workflow_dispatch' && github.event.inputs.nodes_config || 'nodes.yaml' }}
88
81
labels: ${{ steps.meta.outputs.labels }}
89
82
annotations: ${{ steps.meta.outputs.annotations }}
90
83
cache-from: type=registry,ref=livepeer/comfyui-base:build-cache
0 commit comments