File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,22 @@ jobs:
3131 contents : write
3232 packages : write
3333 id-token : write
34+ attestations : write
3435 steps :
3536
3637 - name : Checkout
3738 uses : actions/checkout@v4
3839 with :
3940 fetch-depth : 0
4041
41- - name : Set up Go
42+ - name : Install Go
4243 uses : actions/setup-go@v5
4344 with :
4445 go-version-file : go.mod
4546
47+ - name : Install Cosign
48+ 49+
4650 - name : Login to GitHub Container Registry
4751 uses : docker/login-action@v3
4852 with :
Original file line number Diff line number Diff line change @@ -74,6 +74,13 @@ docker_manifests:
7474 - ghcr.io/firebolt-db/mcp-server:{{ .Version }}-amd64
7575 - ghcr.io/firebolt-db/mcp-server:{{ .Version }}-arm64v8
7676
77+ docker_signs :
78+ - artifacts : all
79+ args :
80+ - " sign"
81+ - " ${artifact}@${digest}"
82+ - " --yes"
83+
7784release :
7885 replace_existing_artifacts : true
7986 mode : keep-existing
You can’t perform that action at this time.
0 commit comments