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

A GitHub action for building docker image for latest release #3995

Open
chenejac opened this issue Jul 12, 2024 · 0 comments
Open

A GitHub action for building docker image for latest release #3995

chenejac opened this issue Jul 12, 2024 · 0 comments
Assignees

Comments

@chenejac
Copy link
Contributor

Is your feature request related to a problem? Please describe.
At the moment, there is only docker representing latest main branch image at https://hub.docker.com/r/vivoweb/vivo/tags. It is needed to have docker images also for latest-release image. It should represent more stable version of VIVO which might be also used for VIVO demo site.

Describe the solution you'd like
The new github action should be created which is fired on

on:
  push:
    tags:
      - 'vivo-**'
  workflow_dispatch:

The docker image should be based on the last release, for instance vivo-1.15.0 and vitro-1.15.0, and the tag in hub docker should be latest-release.

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

No branches or pull requests

2 participants