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