Skip to content

Releases: elgohr/Publish-Docker-Github-Action

1.13

23 Sep 18:40
Compare
Choose a tag to compare

Introduce workdir

1.12

15 Sep 11:54
Compare
Choose a tag to compare
  • Fix: slashes in branches don't break builds anymore (thank you @batpad)
  • Fix: don't break on build when the remote cached image could not be loaded (thank you @hamelsmu)

1.11

07 Sep 19:07
Compare
Choose a tag to compare

1.10

29 Aug 06:35
Compare
Choose a tag to compare
  • Adds caching as a configuration

1.9

29 Aug 06:12
f7980fb
Compare
Choose a tag to compare
1.9
  • Fix: Errors the build when failing in docker build/push

1.8

25 Aug 17:58
Compare
Choose a tag to compare
1.8
  • Change snapshot tag to contain the date

1.7

23 Aug 22:05
Compare
Choose a tag to compare
1.7
  • Get Docker Password from StdIn. Should not have been a problem in the past as the containers are thrown away after the run, but lets be sure. Thanks to @pascalandy for the review

1.6

22 Aug 22:51
Compare
Choose a tag to compare
1.6
  • Add checks for mandatory fields

1.5

22 Aug 20:09
Compare
Choose a tag to compare
1.5

BREAKING, sorry!

  • Add docker login and logout, due to the data is not passed from the previous step
  • Remove old workflow, as it's not backward compatible
  • Use name instead of args for the image name

1.4

22 Aug 19:44
Compare
Choose a tag to compare
1.4
Show Docker config for debugging the login