We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b288c9 commit 987a2b1Copy full SHA for 987a2b1
1 file changed
.github/workflows/docker-build-and-scan.yaml
@@ -5,6 +5,21 @@ on:
5
branches:
6
- '**'
7
8
+ workflow_call:
9
+ inputs:
10
+ DOCKER_PATH_CONTEXT:
11
+ required: true
12
+ type: string
13
+ DOCKER_BUILD_DOCKERFILE:
14
15
16
+ DOCKER_LOAD_BOOL:
17
18
+ type: boolean
19
+ DOCKER_TAGS:
20
21
22
+
23
jobs:
24
build-and-scan:
25
runs-on: ubuntu-latest
0 commit comments