Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: publishing docker images is not triggered automatically #856

Open
mdonadoni opened this issue Dec 2, 2024 · 0 comments
Open

release: publishing docker images is not triggered automatically #856

mdonadoni opened this issue Dec 2, 2024 · 0 comments

Comments

@mdonadoni
Copy link
Member

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):

  release-docker:
    runs-on: ubuntu-24.04
    if: >
      vars.RELEASE_DOCKER == 'true' &&
      github.event_name == 'push' &&
      startsWith(github.ref, 'refs/tags/')

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant