Skip to content

Commit 588f4a5

Browse files
committed
Updating CI/CD workflows for version release
Signed-off-by: S3B4SZ17 <[email protected]>
1 parent 3e47f91 commit 588f4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: ${{ steps.pyproject_version.outputs.TAG }}
91+
INITIAL_VERSION: ${{ jobs.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${{ steps.extract_version.outputs.VERSION }}" >> $GITHUB_STEP_SUMMARY
97+
- Docker Image: ghcr.io/sysdiglabs/sysdig-mcp-server:v${{ jobs.push_to_registry.outputs.version }}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)