Skip to content

Releases: serversideup/github-action-docker-build

v5

03 Jan 19:12
Compare
Choose a tag to compare
Update default Dockerfile path in action.yml

v4

09 Nov 20:37
Compare
Choose a tag to compare

Breaking change

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

v3

09 Nov 20:17
Compare
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
Compare
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
Compare
Choose a tag to compare
Add dockerfile parameter to README.md

v1.1.1

26 Oct 19:21
Compare
Choose a tag to compare

Fixed variable reference

v1.1.0

26 Oct 19:16
Compare
Choose a tag to compare

Added ability to customize which registry to upload to.

v1

26 Oct 19:25
Compare
Choose a tag to compare

Initial release 🚀

v1.0.0

26 Oct 16:30
Compare
Choose a tag to compare

Initial launch 🚀

v0.0.3-alpha

25 Oct 21:46
Compare
Choose a tag to compare
Pre-release

Added checkout