Skip to content

fix: update release version handling in pipeline to use nextVersion i…#265

Merged
SatabdiG merged 1 commit intomainfrom
fix/fix_release_pipeline
Apr 27, 2026
Merged

fix: update release version handling in pipeline to use nextVersion i…#265
SatabdiG merged 1 commit intomainfrom
fix/fix_release_pipeline

Conversation

@SatabdiG
Copy link
Copy Markdown
Collaborator

Problem

The "Publish Artifacts to DockerHub" step referenced ${{ steps.version.outputs.version }} which points to a non-existent step, causing VERSION to be empty and the build to fail.

Fix

Replace with ${{ github.event.inputs.nextVersion }}, consistent with the rest of the workflow.

@SatabdiG SatabdiG temporarily deployed to pr-e2e-no-approval April 27, 2026 14:01 — with GitHub Actions Inactive
@SatabdiG SatabdiG temporarily deployed to pr-e2e-no-approval April 27, 2026 14:09 — with GitHub Actions Inactive
@SatabdiG SatabdiG marked this pull request as ready for review April 27, 2026 14:27
@SatabdiG SatabdiG merged commit 808de31 into main Apr 27, 2026
22 checks passed
@SatabdiG SatabdiG deleted the fix/fix_release_pipeline branch April 27, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants