From 801411024629f8ab6d6a161f7c4ba3be68556c91 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 19 Apr 2022 20:46:01 -0700 Subject: ci(docker): fix image For some unknown reason, -- after adding the new dependencies required for the proper search engine which was implemented in the previous commits -- the Docker image had stoped working. This is me fixing the Docker image. --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.toml') diff --git a/Makefile.toml b/Makefile.toml index 5596640..cdca5d7 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -56,4 +56,4 @@ args = ["run", "--", "{@}"] [tasks.docker-build] dependencies = ["checkfc"] command = "docker" -args = ["build", "-t", "fuwn/locus", "."] +args = ["build", "-t", "fuwn/locus:latest", "."] -- cgit v1.2.3