Skip to content

Conversation

@MoonBoi9001
Copy link
Member

Summary

Removes the package-name field from release-please-config.json to fix Docker image builds.

Problem

The v0.4.2 release created a tag rewards-eligibility-oracle-v0.4.2 instead of v0.4.2 because of the package-name configuration. The CD workflow only triggers on tags matching v*.*.*, so no Docker image was built.

Solution

Remove package-name from the config. Future releases will create tags in the correct format (v*.*.*) that trigger the CD workflow and build Docker images.

Impact

The next release (v0.4.3) will have the correct tag format and will automatically build and publish the Docker image.

Removes package-name field to ensure tags are created in v*.*.* format instead of rewards-eligibility-oracle-v*.*.* format. This allows the CD workflow to trigger correctly and build Docker images.
@MoonBoi9001 MoonBoi9001 merged commit 06f266c into main Nov 21, 2025
12 checks passed
@MoonBoi9001 MoonBoi9001 deleted the fix/release-tag branch November 21, 2025 02:30
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.

3 participants