mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-27 20:10:51 -04:00
Fix variable name
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3d041cab2b
commit
1c34792005
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue