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
Currently the docker-image.yml build job runs only on main and pushes to the tag 'latest'. Should clean up this job and pull out the reusable parts to be able to cut releases against tag names AND latest. This would involve separating the build and push jobs and using an action that triggers on tag.
Currently the
docker-image.yml
build job runs only on main and pushes to the tag 'latest'. Should clean up this job and pull out the reusable parts to be able to cut releases against tag names AND latest. This would involve separating the build and push jobs and using an action that triggers on tag.https://docs.github.com/en/actions/sharing-automations/reusing-workflows
The text was updated successfully, but these errors were encountered: