gitbucket / gitbucket-docker

Docker image of GitBucket which is an open source GitHub server powered by Scala
https://github.com/gitbucket/gitbucket-docker/pkgs/container/gitbucket
58 stars 23 forks source link

use GitHub action to build tag and add nightly build. #23

Closed onukura closed 4 years ago

onukura commented 4 years ago

Thank you for you review @takezoe @SIkebe ! So release tag image will start from 4.35.0? Or do you have plan to support tags in the past like 4.32.0, 3.14, etc. ?

takezoe commented 4 years ago

I think starting from the next tag should be fine.

takezoe commented 4 years ago

A little update. Because gitbucket is an organization on DockerHub, I needed to parameterize the username to use my account for pushing a Docker image to DockerHub: https://github.com/gitbucket/gitbucket-docker/commit/e29f30a072a6b83bf26f48b10ab80ffe6677c783. It looks working fine.