Skip to content

Commit 136b5f7

Browse files
test: more testing
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent d1c7101 commit 136b5f7

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

.github/workflows/build-and-push-container-image.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@ on:
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:
@@ -71,7 +70,7 @@ jobs:
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:

.github/workflows/temp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99

1010
jobs:
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'

0 commit comments

Comments
 (0)