ci: fix manual keyservice build workflow

This commit is contained in:
Otto Bittner 2023-01-31 15:16:16 +01:00
parent 4f1a4ecb9e
commit 176f366c53

View File

@ -40,7 +40,7 @@ jobs:
with:
name: key-service
koConfig: .ko.yaml
koTarget: ./kms/cmd
koTarget: ./keyservice/cmd
githubToken: ${{ secrets.GITHUB_TOKEN }}
cosignPublicKey: ${{ startsWith(github.ref, 'refs/heads/release/v') && secrets.COSIGN_PUBLIC_KEY || secrets.COSIGN_DEV_PUBLIC_KEY }}
cosignPrivateKey: ${{ startsWith(github.ref, 'refs/heads/release/v') && secrets.COSIGN_PRIVATE_KEY || secrets.COSIGN_DEV_PRIVATE_KEY }}