Lars Gohr
2020-07-30 21:10:57 +02:00
parent 780fbae7f4
commit 8e555d3d73

View File

@@ -26,6 +26,9 @@ inputs:
workdir: workdir:
description: 'Use workdir when you would like to change the directory for building' description: 'Use workdir when you would like to change the directory for building'
required: false required: false
context:
description: 'Use context when you would like to change the Docker build context.'
required: false
buildargs: buildargs:
description: 'Use buildargs when you want to pass a list of environment variables as build-args' description: 'Use buildargs when you want to pass a list of environment variables as build-args'
required: false required: false