Releases: sclorg/build-and-push-action
Releases · sclorg/build-and-push-action
Release v4.1.4
What's Changed
chores:
- Bump actions/checkout from 3 to 4 by @dependabot in #30
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #31
- Bump andstor/file-existence-action from 2 to 3 by @dependabot in #33
features:
Full Changelog: v4.1.3...v4.1.4
v4
v4.1.3
What's Changed
- Add possibility to omit default tags of built image
v4.1.2
What's Changed
- bump fileexistence action to v2 by @zmiklank in #28
- Bump actions/checkout from 2 to 3 by @dependabot in #27
v4.1.1
v4.1.0
What's Changed
- use GITHUB_OUTPUT instead of deprecated set-output by @zmiklank in #21
- support build of images on multiple archs by @modassarrana89 in #23
New Contributors
- @modassarrana89 made their first contribution in #23
Full Changelog: v4...v4.1
v3
What's Changed
- Improve transparency by @zmiklank in #17
Main changes:- the action no longer has the
suffix
input - instead of
suffix
the inputimage_name
is used. Even though it
can look like it brings some duplicities, it results in more
transparent usage of the action. - inputs
dockerfile
anddockerfile_path
are merged in favor of
inputdockerfile
that contains a path to a Dockerfile and the
Dockerfile itself.
- the action no longer has the
Changes are not compatible, thus v3 of build-and-push is needed.
Full Changelog: v2...v3