-
v1.1.0 Stable
released this
2020-04-24 01:41:09 +08:00 | 1166 commits to master since this releaseRelease notes:
- Add cache-from support fixing https://github.com/docker/build-push-action/issues/7
- Add GCR example
Contributors:
@appleboy
@andrew-waters
@zappy-shuDownloads
-
v1.0.1 Stable
released this
2020-03-23 19:44:03 +08:00 | 1171 commits to master since this releaseChange log:
- Clarify dockerfile and path inputs
- Rename LICENCE to LICENSE
- Use v1 of docker/gihub-actions image
- Logs in before building image
Downloads
-
v1.0.0 Stable
released this
2020-03-17 00:59:49 +08:00 | 1177 commits to master since this releaseBuilds 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
Downloads