Skip to content

Releases: elgohr/Publish-Docker-Github-Action

2.8

14 Nov 19:21
Compare
Choose a tag to compare
  • Simplify caching setup
  • Update dependencies

Big thank you to @gozzarda

2.7

18 Oct 20:08
Compare
Choose a tag to compare

2.6

10 Oct 20:03
Compare
Choose a tag to compare
  • Remove protocol from custom registry if used for prefixing the name

2.5

09 Oct 10:26
Compare
Choose a tag to compare
  • Prefix the name with the custom registry if used and not already present in the name

2.4

08 Oct 17:33
Compare
Choose a tag to compare
  • Use action.yml instead of Docker labels, because it's the new way ¯_(ツ)_/¯

2.3

07 Oct 18:19
Compare
Choose a tag to compare
2.3
  • Add buildargs
  • Refactor to use more functions to increase readability

2.2

01 Oct 20:58
Compare
Choose a tag to compare
2.2
  • make sure that outputs get a new line (actions/toolkit#168)
  • introduce a way to use a custom tag in the name

2.1

30 Sep 19:15
Compare
Choose a tag to compare
2.1
  • Remove the PR-error, as it the risk to go into production from here is reduced

2.0

27 Sep 20:47
Compare
Choose a tag to compare
2.0
  • publish tag name as output
  • breaking: pull requests use the git sha instead of the name now

1.14

27 Sep 06:10
Compare
Choose a tag to compare
  • Add snapshot-tags as outputs, so that they can be used in other actions later