Skip to content

Releases: sclorg/build-and-push-action

Release v4.1.4

25 Apr 14:23
58e2d95
Compare
Choose a tag to compare

What's Changed

chores:

features:

  • Adding possibility to update READ.me in QUAY.io registry. by @zmiklank in #34

Full Changelog: v4.1.3...v4.1.4

v4

05 Oct 07:52
58e2d95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v4

v4.1.3

27 Sep 12:36
Compare
Choose a tag to compare

What's Changed

  • Add possibility to omit default tags of built image

v4.1.2

20 Jun 07:50
5aba42a
Compare
Choose a tag to compare

What's Changed

v4.1.1

19 Jun 12:49
7fe77d6
Compare
Choose a tag to compare

What's Changed

  • fix obtaining distribution from dockerfile name by @zmiklank in #24

v4.1.0

19 May 13:49
5447e03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.1

v3

01 Aug 10:18
fe11b95
Compare
Choose a tag to compare

What's Changed

  • Improve transparency by @zmiklank in #17
    Main changes:
    • the action no longer has the suffix input
    • instead of suffix the input image_name is used. Even though it
      can look like it brings some duplicities, it results in more
      transparent usage of the action.
    • inputs dockerfile and dockerfile_path are merged in favor of
      input dockerfile that contains a path to a Dockerfile and the
      Dockerfile itself.

Changes are not compatible, thus v3 of build-and-push is needed.

Full Changelog: v2...v3

v2

05 Apr 14:42
d3cb1fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v2

v1

17 Mar 12:01
cce1fb8
Compare
Choose a tag to compare
v1

The first release of build-and-push action, providing base functionality.