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 3e47f91 commit 588f4a5Copy full SHA for 588f4a5
.github/workflows/publish.yaml
@@ -88,10 +88,10 @@ jobs:
88
PRERELEASE_SUFFIX: "beta"
89
PRERELEASE: ${{ (github.base_ref != 'main') && 'true' || 'false' }}
90
DRY_RUN: true
91
- INITIAL_VERSION: ${{ steps.pyproject_version.outputs.TAG }}
+ INITIAL_VERSION: ${{ jobs.push_to_registry.outputs.tag }}
92
93
- name: Summary
94
run: |
95
echo "## Release Summary
96
- Tag: ${{ steps.semantic_release.outputs.tag }}
97
- - Docker Image: ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ steps.extract_version.outputs.VERSION }}" >> $GITHUB_STEP_SUMMARY
+ - Docker Image: ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ jobs.push_to_registry.outputs.version }}" >> $GITHUB_STEP_SUMMARY
0 commit comments