File tree Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Expand file tree Collapse file tree 2 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 55 # # Temporary to get started...
66 # push:
77 # branches: ["feature/push-container-images"]
8-
9- workflow_dispatch :
10- inputs :
11- image :
12- description : ' The image'
13- type : string
14- required : true
15- version :
16- description : ' The version to associate to the image'
17- type : string
18- required : true
19- context :
20- description : ' The build directory for the context of the build'
21- type : string
22- required : true
23- file :
24- description : ' The Dockerfile full path'
25- type : string
26- required : false
8+ # workflow_dispatch:
9+ # inputs:
10+ # image:
11+ # description: 'The image'
12+ # type: string
13+ # required: true
14+ # version:
15+ # description: 'The version to associate to the image'
16+ # type: string
17+ # required: true
18+ # context:
19+ # description: 'The build directory for the context of the build'
20+ # type: string
21+ # required: true
22+ # file:
23+ # description: 'The Dockerfile full path'
24+ # type: string
25+ # required: false
2726
2827 workflow_call :
2928 inputs :
7170 permissions :
7271 contents : read
7372 packages : write
74- if : ( github.event_name == 'workflow_dispatch' || github.event_name == ' workflow_call')
73+ if : github.event_name == 'workflow_call'
7574 strategy :
7675 fail-fast : false
7776 matrix :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: {}
99
1010jobs :
1111 go-go-reusable-workflow :
12- uses : .github/workflows/build-and-push-container-image.yml@${{ github.sha256}}
12+ uses : .github/workflows/build-and-push-container-image.yml
1313 with :
1414 secrets : inherit
1515 tags : ' core-mcp-server'
You can’t perform that action at this time.
0 commit comments