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 | 540a3993a6a90c5a9c0689c5130f66f6f678f233 (patch) | |
| tree | ab20ee3229f7caf8d1b7a0b6a1c0b074a9374ef5 /Makefile.toml | |
| parent | fix(gemini_to_html): first list item clipping (diff) | |
| download | september-540a3993a6a90c5a9c0689c5130f66f6f678f233.tar.xz september-540a3993a6a90c5a9c0689c5130f66f6f678f233.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", "."] |