| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use either a secret or infinitime as username | Finlay Davidson | 2022-07-08 | 1 | -4/+6 |
| | | | | | | Uses either the DOCKER_HUB_USERNAME secret or just infinitime as the username for pushing to and pulling from Docker Hub. | ||||
| * | Require event_name to be push for Docker Hub | Finlay Davidson | 2022-07-08 | 1 | -2/+2 |
| | | | | | Instead of just checking if it's not pull_request | ||||
| * | Hardcode the Docker Hub username as infinitime | Finlay Davidson | 2022-07-08 | 1 | -4/+4 |
| | | | | | | This is so that pull requests that modify the docker image but don't have the DOCKER_HUB_USERNAME secret set won't fail. | ||||
| * | Create GH Actions workflow to build Docker image | FintasticMan | 2022-07-08 | 1 | -0/+42 |
