Skip to content

Releases: serversideup/github-action-docker-build

v6

07 Nov 16:20

Choose a tag to compare

🤩 New features

  • Added multiple registry support (up to 3)

💪 Improvements

  • Changed registry-token to registry-password (start using that instead)

✋ Breaking changes

  • None 😅

Full Changelog: v5...v6

v5

03 Jan 19:12

Choose a tag to compare

Update default Dockerfile path in action.yml

v4

09 Nov 20:37

Choose a tag to compare

Breaking change

  • Removed checkout step. You must provide this in your own action now

v3

09 Nov 20:17

Choose a tag to compare

New Features:

  • Added target property for setting the target stage to build within a Dockerfile

Full Changelog: v2...v3

v2.0.0

09 Nov 17:08

Choose a tag to compare

New features

  • Added new parameter called dockerfile. Set the name of the file that needs to be built

Dependency Updates:

  • tj-actions/branch-names@v7
  • actions/checkout@v3
  • docker/login-action@v3
  • docker/setup-qemu-action@v3
  • docker/setup-buildx-action@v3
  • docker/build-push-action@v5

Full Changelog: v1...v2.0.0

v2

09 Nov 19:21

Choose a tag to compare

Add dockerfile parameter to README.md

v1.1.1

26 Oct 19:21

Choose a tag to compare

Fixed variable reference

v1.1.0

26 Oct 19:16

Choose a tag to compare

Added ability to customize which registry to upload to.

v1

26 Oct 19:25

Choose a tag to compare

Initial release 🚀

v1.0.0

26 Oct 16:30

Choose a tag to compare

Initial launch 🚀