From: Cooper Lees Date: Sun, 25 Apr 2021 18:27:35 +0000 (-0700) Subject: Add Docker Github Action (#2086) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e5490e96232e301e9eed971984bb75f2f87475b0?hp=e5490e96232e301e9eed971984bb75f2f87475b0 Add Docker Github Action (#2086) * Add Docker Github Action - Build and upload arm64 + amd64 black images on push to master This will need a `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN` secrets set by someone with access. * Change tag to push to pyfound/black repository. Thanks @ewdurbin ---