We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4412122 commit 1ebde0fCopy full SHA for 1ebde0f
.github/workflows/release.yaml
@@ -53,4 +53,4 @@ jobs:
53
artifact-name: sbom.cyclonedx.json
54
output-file: /tmp/sbom.cyclonedx.json
55
env:
56
- IMAGE: ghcr.io/migmartri/simple-todo:${{ github.ref_name }}
+ IMAGE: ghcr.io/chainloop-dev/integration-demo:${{ github.ref_name }}
chainloop-demo/github-workflow/release.v0.yaml
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/migmartri/simple-todo
+module github.com/chainloop-dev/integration-demo
2
3
go 1.19
4
0 commit comments