mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 10:17:56 +08:00
update docker build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user