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
We want to support semantically versioned releases, ideally via the github release page. The issue is that if we tag & push the docker image on release, we then need to update the action.yml to point to the generated image.
Some ways of doing this could be as follows:
user triggers a release by entering information into the release page, presses submit
on release, build the docker image, push to ghcr.io
We want to support semantically versioned releases, ideally via the github release page. The issue is that if we tag & push the docker image on release, we then need to update the action.yml to point to the generated image.
Some ways of doing this could be as follows:
An example of this can be seen at https://github.com/jenkins-infra/jenkins-version/blob/main/.github/workflows/release.yaml
The text was updated successfully, but these errors were encountered: