summary refs log tree commit diff
path: root/.github/workflows/docker.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `docker/metadata-action` to generate docker image tags (#12573)Henry2022-05-051-19/+11
| | | | | | | Update the "Build docker images" GitHub Actions workflow to use `docker/metadata-action` to generate docker image tags, instead of a custom shell script. Signed-off-by: Henry <97804910+henryclw@users.noreply.github.com>
* Skip the initial amd64-only Docker build (#11810)Richard van der Hoff2022-01-241-12/+2
| | | | | PyNaCl's recent 1.5.0 release on PyPi includes arm64 wheels, which means our arm64 docker images now build in a sensible amount of time, so we can skip the amd64-only build.
* Publish a `develop` docker image (#11380)Richard van der Hoff2021-11-191-1/+4
| | | | I'd find it helpful to have a docker image corresponding to current develop, without having to build my own.
* Fix an error in the docker workflow (#10461)Richard van der Hoff2021-07-221-1/+1
|
* Move the docker image build to Github Actions (#10416)Richard van der Hoff2021-07-211-0/+72
it's flaky on circleCI, and having to manage multiple CI providers is painful.