Install latest docker version in Github Actions

This commit is contained in:
theUniC
2021-09-16 21:06:54 +01:00
parent 314a7ab4a3
commit 5a56890237

View File

@@ -30,7 +30,7 @@ default: ci-tests
# Main docker image build
.PHONY: build
build:
@$(COMPOSE) build --parallel
$(COMPOSE) build --parallel
$(COMPOSE) up --no-start --remove-orphans
.PHONY: install-deps