Passing vars differently because of how broken it is

This commit is contained in:
2024-11-25 08:19:19 +01:00
parent a6a9e3ebd1
commit 9fd6055579
2 changed files with 11 additions and 10 deletions

View File

@@ -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 }}