-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): multiple targeted build types with options for docker bu…
…ilds (#4540) Description Split out different build types from GHA 1. Tagged (releases) 2. Scheduled (daily) 3. Manual (selective) 4. Pushed (branches) Motivation and Context Provide target build options with predetermined defaults How Has This Been Tested? Built in local fork for 2 of 4 build types
- Loading branch information
Showing
2 changed files
with
60 additions
and
33 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: Build docker images - workflow_call/on-demand | ||
|
||
on: | ||
'on': | ||
workflow_call: | ||
secrets: | ||
DOCKER_PROVIDER: | ||
|