Skip to content

Commit 1ebde0f

Browse files
committed
fix workflow
1 parent 4412122 commit 1ebde0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
artifact-name: sbom.cyclonedx.json
5454
output-file: /tmp/sbom.cyclonedx.json
5555
env:
56-
IMAGE: ghcr.io/migmartri/simple-todo:${{ github.ref_name }}
56+
IMAGE: ghcr.io/chainloop-dev/integration-demo:${{ github.ref_name }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
artifact-name: sbom.cyclonedx.json
5454
output-file: /tmp/sbom.cyclonedx.json
5555
env:
56-
IMAGE: ghcr.io/migmartri/simple-todo:${{ github.ref_name }}
56+
IMAGE: ghcr.io/chainloop-dev/integration-demo:${{ github.ref_name }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/migmartri/simple-todo
1+
module github.com/chainloop-dev/integration-demo
22

33
go 1.19
44

0 commit comments

Comments
 (0)