diff options
| author | Fuwn <[email protected]> | 2022-04-20 23:48:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-20 23:48:36 +0000 |
| commit | d19e8cad865705651aa5a821561419ccf26ec63a (patch) | |
| tree | bd287739a3423ae0639a2eaa891688e3400f8a46 /Makefile.toml | |
| parent | fix(gemini_to_html): first list item clipping (diff) | |
| download | september-d19e8cad865705651aa5a821561419ccf26ec63a.tar.xz september-d19e8cad865705651aa5a821561419ccf26ec63a.zip | |
ci(docker): use locus' dockerfile
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml index 60b05a7..a3940af 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -33,4 +33,4 @@ args = ["run"] [tasks.docker-build] dependencies = ["checkfc"] command = "docker" -args = ["build", "-t", "fuwn/september", "."] +args = ["build", "-t", "fuwn/september:latest", "."] |