Skip to content

Commit b0f0f27

Browse files
committed
fix
1 parent 63df8dd commit b0f0f27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-push-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@ on:
33
inputs:
44
service-name:
55
description: "Name of the service to build. Used as the default image name and src dir unless 'image-name' or 'src-path' are used."
6+
type: string
67
required: true
78
environment-name:
89
description: "The backend environment we are building for (API calls are pointed to). This should be one of (development, staging, production)."
10+
type: string
911
required: true
1012
docker-build-args:
1113
description: "Extra args passed to 'docker build'."
14+
type: string
1215
required: false
1316
docker-image-ref:
1417
description: "The version number or sha used in creating image tag"
18+
type: string
1519
required: false
1620
secrets:
1721

0 commit comments

Comments
 (0)