Skip to content

Commit 0b424e4

Browse files
committed
Updating CI/CD workflows for version release
Signed-off-by: S3B4SZ17 <[email protected]>
1 parent afd5fec commit 0b424e4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/publish.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)