We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71984c commit 0f0ff05Copy full SHA for 0f0ff05
1 file changed
.github/workflows/build_and_package.yaml
@@ -28,6 +28,7 @@ jobs:
28
CONTAINER_IMAGE_CP: ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
29
CONTAINER_IMAGE_CAS: ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}
30
GH_TOKEN: ${{ github.token }}
31
+ CHAINLOOP_WORKFLOW_NAME: "chainloop-vault-build-and-package"
32
steps:
33
- name: Install Cosign
34
uses: sigstore/cosign-installer@ef6a6b364bbad08abd36a5f8af60b595d12702f8 # main
@@ -48,7 +49,7 @@ jobs:
48
49
50
- name: Initialize Attestation
51
run: |
- chainloop attestation init
52
+ chainloop attestation init --workflow-name $CHAINLOOP_WORKFLOW_NAME
53
54
- name: Docker login to Github Packages
55
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
0 commit comments