Skip to content

Commit 425fa28

Browse files
committed
Revert "add workflow dispatch option for nodes config"
This reverts commit a9a0a8b.
1 parent 8d22d0d commit 425fa28

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ on:
99
- main
1010
tags:
1111
- "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"
1812

1913
concurrency:
2014
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -84,7 +78,6 @@ jobs:
8478
file: docker/Dockerfile.base
8579
build-args: |
8680
CACHEBUST=${{ github.run_id }}
87-
NODES_CONFIG=${{ github.event_name == 'workflow_dispatch' && github.event.inputs.nodes_config || 'nodes.yaml' }}
8881
labels: ${{ steps.meta.outputs.labels }}
8982
annotations: ${{ steps.meta.outputs.annotations }}
9083
cache-from: type=registry,ref=livepeer/comfyui-base:build-cache

0 commit comments

Comments
 (0)