You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub CI is configured to automatically build and publish docker images of cluster components when a new tag is pushed, see for example reana-server (source):
However, it seems like this is not triggered by the tag created by release-please. At the moment, the workaround is to delete the tag and to recreate it.
We should modify the CI so that a new release by release-please also triggers automatically the publishing of docker images, for example by exploiting the output values of the GitHub action like release_created
The text was updated successfully, but these errors were encountered:
GitHub CI is configured to automatically build and publish docker images of cluster components when a new tag is pushed, see for example reana-server (source):
However, it seems like this is not triggered by the tag created by release-please. At the moment, the workaround is to delete the tag and to recreate it.
We should modify the CI so that a new release by release-please also triggers automatically the publishing of docker images, for example by exploiting the output values of the GitHub action like
release_created
The text was updated successfully, but these errors were encountered: