]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add Docker Github Action (#2086)
authorCooper Lees <me@cooperlees.com>
Sun, 25 Apr 2021 18:27:35 +0000 (11:27 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 18:27:35 +0000 (11:27 -0700)
commite5490e96232e301e9eed971984bb75f2f87475b0
tree307d5e61a5f8cfd953cc3b6f695513daaaf8a161
parent8672af35f052a636545e38110f0419ea92aeca0f
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
.github/workflows/docker.yml [new file with mode: 0644]