Skip to content

Releases: docker/build-push-action

v1.1.1

08 Sep 22:10
ab83648
Compare
Choose a tag to compare
  • Add deprecation notice (v2 beta available)

v1.1.0

23 Apr 17:44
92e7146
Compare
Choose a tag to compare

Release notes:

  • Add cache-from support fixing #7
  • Add GCR example

Contributors:
@appleboy
@andrew-waters
@zappy-shu

v1.0.1

23 Mar 11:46
e5e36c4
Compare
Choose a tag to compare

Change log:

  • Clarify dockerfile and path inputs
  • Rename LICENCE to LICENSE
  • Use v1 of docker/gihub-actions image
  • Logs in before building image

v1.0.0

18 Mar 11:03
a226a12
Compare
Choose a tag to compare

Builds and pushes Docker images and will log in to a Docker registry if required.

Supports:

  • Build and push Docker images to Docker Hub or your own private registry.
  • Log in to Hub or private registry.
  • Static tags and labels.
  • Auto tagging by git ref.
  • Auto tagging by git SHA.
  • Auto labelling with opencontainers standards.
  • Build arguments.
  • Multi-stage build targets.

Backed by Docker image docker/github-action:v1.0