update docker build

This commit is contained in:
felinae98
2021-12-08 14:09:00 +08:00
parent bbc891e964
commit d1959283cb
5 changed files with 15 additions and 0 deletions
+6
View File
@@ -50,6 +50,12 @@ workflows:
only: /^v.*/
- docker/publish: &docker-push
name: "docker/publish-release"
dockerfile: docker/Dockerfile_with_frontend
after-checkout:
- attach_workspace:
at: .
- restore_cache:
key: frontend_build_res-{{ checksum "frontend.hash" }}
requires:
- test
filters: