3shape / docker-ci

Helps you build rock-solid Docker images. Written as a Powershell Core module. Install from PSGallery.
Apache License 2.0
5 stars 3 forks source link

Fix/wrong prerelease tag #109

Closed rasmusjelsgaard closed 4 years ago

rasmusjelsgaard commented 4 years ago

Currently, the prerelease tag gets set to 'ci' for PR builds merged to master which has the undesired side effect of causing the builds to be considered release candidates instead of actual releases.

This PR changes that as well as going back to triggering on tags so we can do releases by tagging commits, which is the desired setup.

codecov[bot] commented 4 years ago

Codecov Report

Merging #109 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   99.34%   99.34%           
=======================================
  Files          25       25           
  Lines         307      307           
=======================================
  Hits          305      305           
  Misses          2        2
rasmusjelsgaard commented 4 years ago

Should be ok to merge and this should be the last one that needs to be merged before the release setup is sane again.