Skip to content

Commit 99c0cca

Browse files
authored
Merge pull request #302 from benjaminmillhouse/patch-1
Change images "required" value
2 parents 83fb340 + f613a60 commit 99c0cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
default: '.'
1919
images:
2020
description: "Applies to Web App Containers only: Specify the fully qualified container image(s) name. For example, 'myregistry.azurecr.io/nginx:latest' or 'python:3.7.2-alpine/'. For multi-container scenario multiple container image names can be provided (multi-line separated)"
21-
required: true
21+
required: false
2222
configuration-file:
2323
description: 'Applies to Web App Containers only: Path of the Docker-Compose file. Should be a fully qualified path or relative to the default working directory. Required for multi-container scenario'
2424
required: false

0 commit comments

Comments
 (0)