OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Push tagged builds to Docker Hub #60

Closed aaronbrethorst closed 7 months ago

aaronbrethorst commented 7 months ago

Right now, our GitHub Actions workflow pushes two tags for each Docker image we publish up to Docker Hub:

this is great, but it would also be great to be able to push up tagged releases.

here's my desired workflow:

  1. I go to https://github.com/OneBusAway/onebusaway-docker/releases/new
  2. Create a tag (e.g. 2.4.18-cs-v1.0.0), add release notes, and click Publish Release
  3. the GitHub Actions workflow creates a new set of tagged releases on Docker Hub (e.g. opentransitsoftwarefoundation/onebusaway-api-webapp:2.4.18-cs-v1.0.0)
Altonhe commented 7 months ago

I'd like to try on this, could you assign it to me?

aaronbrethorst commented 7 months ago

heck yes, thank you @Altonhe

aaronbrethorst commented 7 months ago

fixed in #61