Merge pull request #34 from coreweave/es/extras-expand-apex #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
workflow_dispatch: | |
inputs: | |
commit: | |
description: 'Commit to build' | |
required: true | |
default: 'master' | |
push: | |
paths: | |
- "sd-inference/**" | |
- ".github/workflows/sd-inference.yml" | |
- ".github/workflows/build.yml" | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
with: | |
image-name: sd-inference | |
folder: sd-inference | |
build-args: "--build-arg COMMIT=${{ github.event.inputs.commit }}" |