mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: use correct container name to tag joinservice
This commit is contained in:
parent
656e109e17
commit
68b4b95741
@ -36,7 +36,7 @@ jobs:
|
|||||||
id: build-and-upload
|
id: build-and-upload
|
||||||
uses: ./.github/actions/build_micro_service_ko
|
uses: ./.github/actions/build_micro_service_ko
|
||||||
with:
|
with:
|
||||||
name: joinservice
|
name: join-service
|
||||||
koTarget: ./joinservice/cmd
|
koTarget: ./joinservice/cmd
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
cosignPublicKey: ${{ startsWith(github.ref, 'refs/heads/release/v') && secrets.COSIGN_PUBLIC_KEY || secrets.COSIGN_DEV_PUBLIC_KEY }}
|
cosignPublicKey: ${{ startsWith(github.ref, 'refs/heads/release/v') && secrets.COSIGN_PUBLIC_KEY || secrets.COSIGN_DEV_PUBLIC_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user