File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,23 @@ jobs:
5151 with :
5252 cosign-release : ' v2.2.4'
5353
54- - name : Build and push Docker image
55- id : build-and-push
56- uses : docker/build-push-action@v5
57- with :
58- context : .
59- push : true
60- tags : |
61- ghcr.io/sysdiglabs/sysdig-mcp-server:latest
62- ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ steps.extract_version.outputs.VERSION }}
54+ # - name: Build and push Docker image
55+ # id: build-and-push
56+ # uses: docker/build-push-action@v5
57+ # with:
58+ # context: .
59+ # push: true
60+ # tags: |
61+ # ghcr.io/sysdiglabs/sysdig-mcp-server:latest
62+ # ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ steps.extract_version.outputs.VERSION }}
6363
64- - name : Sign the published Docker image
65- env :
66- TAGS : |
67- ghcr.io/sysdiglabs/sysdig-mcp-server:latest
68- ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ steps.extract_version.outputs.VERSION }}
69- DIGEST : ${{ steps.build-and-push.outputs.digest }}
70- run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
64+ # - name: Sign the published Docker image
65+ # env:
66+ # TAGS: |
67+ # ghcr.io/sysdiglabs/sysdig-mcp-server:latest
68+ # ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ steps.extract_version.outputs.VERSION }}
69+ # DIGEST: ${{ steps.build-and-push.outputs.digest }}
70+ # run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
7171
7272 tag_release :
7373 name : Tag Release
You can’t perform that action at this time.
0 commit comments