Passing vars differently because of how broken it is
This commit is contained in:
@@ -15,7 +15,7 @@ inputs:
|
||||
description: The dockerfile path
|
||||
required: false
|
||||
default: "."
|
||||
pushImage:
|
||||
push:
|
||||
description: Should push the built image
|
||||
required: false
|
||||
default: "true"
|
||||
@@ -36,10 +36,3 @@ outputs:
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
env:
|
||||
INPUT_IMAGE_NAME: ${{ inputs.imageName }}
|
||||
INPUT_IMAGE_PREFIX: ${{ inputs.imagePrefix }}
|
||||
INPUT_PUSH_IMAGE: ${{ inputs.pushImage }}
|
||||
INPUT_PULL_CACHE: ${{ inputs.pullCache }}
|
||||
INPUT_DOCKERFILE_PATH: ${{ inputs.path }}
|
||||
INPUT_PLATFORM: ${{ inputs.platform }}
|
||||
|
||||
Reference in New Issue
Block a user