Skip to content

Commit 4412122

Browse files
committed
chore: update release process
1 parent 5bd487d commit 4412122

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project_name: todo-app
1+
project_name: integration-demo
22
env:
33
- CGO_ENABLED=0
44

@@ -30,4 +30,4 @@ dockers:
3030
ids:
3131
- server
3232
image_templates:
33-
- "ghcr.io/migmartri/simple-todo:{{ .Tag }}"
33+
- "ghcr.io/chainloop-dev/integration-demo:{{ .Tag }}"

chainloop-demo/github-workflow/release.v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
artifact-name: sbom.cyclonedx.json
6363
output-file: /tmp/sbom.cyclonedx.json
6464
env:
65-
IMAGE: ghcr.io/migmartri/simple-todo:${{ github.ref_name }}
65+
IMAGE: ghcr.io/chainloop-dev/integration-demo:${{ github.ref_name }}
6666

6767
- name: Finish and Record Attestation
6868
if: ${{ success() }}

chainloop-demo/github-workflow/release.v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
artifact-name: sbom.cyclonedx.json
6363
output-file: /tmp/sbom.cyclonedx.json
6464
env:
65-
IMAGE: ghcr.io/migmartri/simple-todo:${{ github.ref_name }}
65+
IMAGE: ghcr.io/chainloop-dev/integration-demo:${{ github.ref_name }}
6666

6767
- name: Add Container Image Artifact
68-
run: chainloop attestation add --name image --value ghcr.io/migmartri/simple-todo:${{ github.ref_name }}
68+
run: chainloop attestation add --name image --value ghcr.io/chainloop-dev/integration-demo:${{ github.ref_name }}
6969

7070
- name: Add SBOM Artifact
7171
run: chainloop attestation add --name sbom --value /tmp/sbom.cyclonedx.json

0 commit comments

Comments
 (0)