8000 Release v1.14.0 · cloudposse/github-action-docker-build-push · GitHub
[go: up one dir, main page]

Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 23:02
· 22 commits to refs/heads/main since this release
f113991
chore(deps): update docker/metadata-action action to v5 @renovate (#46)

This PR contains the following updates:

Package Type Update Change
docker/metadata-action action major v4 -> v5

Release Notes

docker/metadata-action (docker/metadata-action)

v5

Compare Source


Update dcarbone/install-jq-action action to v2 @renovate (#49)

This PR contains the following updates:

Package Type Update Change
dcarbone/install-jq-action action major v1.0.1 -> v2.0.2

Release Notes

dcarbone/install-jq-action (dcarbone/install-jq-action)

v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: dcarbone/install-jq-action@v2.0.1...v2.0.2

v2.0.1

Compare Source

What's Changed

Full Changelog: dcarbone/install-jq-action@v2.0.0...v2.0.1

v2.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: dcarbone/install-jq-action@v1.0.1...v2.0.0


Update actions/checkout action to v4 @renovate (#43)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source


Update docker/login-action action to v3 @renovate (#45)

This PR contains the following updates:

Package Type Update Change
docker/login-action action major v2 -> v3

Release Notes

docker/login-action (docker/login-action)

v3

Compare Source


Custom Tags allowed as output @Benbentwo (#53)

what

  • the tags input allows us to add additional tags, but not necessarily use them in the output. this PR fixes that using the priority to sort the output.
  • adds pass through no-cache option
  • Fixes Tests with multi arch through docker buildx inspect

why

  • Custom tagging of applications

References

  • Duplicate of and closes #52 - testing GHA from non fork
0