mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-21 10:23:00 +08:00
update circle ci
This commit is contained in:
parent
38c3a59f24
commit
bb9a8f93ad
@ -32,7 +32,7 @@ workflows:
|
|||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/
|
only: /^v.*/
|
||||||
- docker/publish:
|
- docker/publish: &docker-push
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
filters:
|
filters:
|
||||||
@ -47,6 +47,12 @@ workflows:
|
|||||||
update-description: true
|
update-description: true
|
||||||
docker-username: DOCKERHUB_USERNAME
|
docker-username: DOCKERHUB_USERNAME
|
||||||
docker-password: DOCKERHUB_PASSWORD
|
docker-password: DOCKERHUB_PASSWORD
|
||||||
|
- docker/publish:
|
||||||
|
<<: *docker-push
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
ignore: /.*/
|
||||||
|
tag: ${CIRCLE_BRANCH}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-frontend:
|
build-frontend:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user