mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Fix variable name
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3d041cab2b
commit
1c34792005
@ -45,7 +45,7 @@ jobs:
|
||||
id: build-and-upload
|
||||
uses: ./.github/actions/build_micro-service
|
||||
with:
|
||||
name: ${{ input.microService }}
|
||||
name: ${{ inputs.microService }}
|
||||
dockerfile: ${{ env.microServiceDockerfile }}
|
||||
tag: ${{ input.imageTag }}
|
||||
tag: ${{ inputs.imageTag }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user