Fix variable name

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-06-15 11:00:15 +02:00 committed by Daniel Weiße
parent 3d041cab2b
commit 1c34792005

View File

@ -45,7 +45,7 @@ jobs:
id: build-and-upload id: build-and-upload
uses: ./.github/actions/build_micro-service uses: ./.github/actions/build_micro-service
with: with:
name: ${{ input.microService }} name: ${{ inputs.microService }}
dockerfile: ${{ env.microServiceDockerfile }} dockerfile: ${{ env.microServiceDockerfile }}
tag: ${{ input.imageTag }} tag: ${{ inputs.imageTag }}
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}