We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@JEnoch requested that the release workflow should be able to release docker images for development branches for debugging purposes.
He has a branch backoff_debug for https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds which he would like to publish a docker image tagged with the branch name.
backoff_debug
Running the release workflow with the following parameters, would end up publishing a docker image with the nightly tag instead of the branch name.
live-run: false release_number: backoff_debug zenoh_release_number: 0.11.0-rc.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
@JEnoch requested that the release workflow should be able to release docker images for development branches for debugging purposes.
He has a branch
backoff_debug
for https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds which he would like to publish a docker image tagged with the branch name.Running the release workflow with the following parameters, would end up publishing a docker image with the nightly tag instead of the branch name.
The text was updated successfully, but these errors were encountered: