From 8d0387175ab0d221144c8ebc97419b18aa3389d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 12 Aug 2023 14:41:47 +0200 Subject: [PATCH] ci: pull before building dockers --- Taskfile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 32160ae..00f24a1 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -150,17 +150,17 @@ tasks: build:docker:node: dir: build/upend-node cmds: - - docker build -t upend-node -t localhost:5000/upend-node . + - docker build --pull -t upend-node -t localhost:5000/upend-node . build:docker:rust: dir: build/upend-rust cmds: - - docker build -t upend-rust -t localhost:5000/upend-rust . + - docker build --pull -t upend-rust -t localhost:5000/upend-rust . build:docker:deploy: dir: build/upend-deploy cmds: - - docker build -t upend-deploy -t localhost:5000/upend-deploy . + - docker build --pull -t upend-deploy -t localhost:5000/upend-deploy . dev:update_tool_deps: cmds: