Skip to content

Commit d624d97

Browse files
author
S3B4SZ17
committed
Updating CI/CD workflows for version release
Signed-off-by: S3B4SZ17 <sebastian.zumbado@sysdig.com>
1 parent 588f4a5 commit d624d97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
PRERELEASE_SUFFIX: "beta"
8989
PRERELEASE: ${{ (github.base_ref != 'main') && 'true' || 'false' }}
9090
DRY_RUN: true
91-
INITIAL_VERSION: ${{ jobs.push_to_registry.outputs.tag }}
91+
INITIAL_VERSION: ${{ needs.push_to_registry.outputs.tag }}
9292

9393
- name: Summary
9494
run: |
9595
echo "## Release Summary
9696
- Tag: ${{ steps.semantic_release.outputs.tag }}
97-
- Docker Image: ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ jobs.push_to_registry.outputs.version }}" >> $GITHUB_STEP_SUMMARY
97+
- Docker Image: ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ needs.push_to_registry.outputs.version }}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)