ci: pull before building dockers

Tomáš Mládek 2023-08-12 14:41:47 +02:00
parent 3a70483188
commit 8d0387175a
1 changed files with 3 additions and 3 deletions

View File

@ -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: