mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
build sentry
This commit is contained in:
@@ -77,6 +77,21 @@ workflows:
|
||||
tags:
|
||||
ignore: /.*/
|
||||
tag: ${CIRCLE_BRANCH}
|
||||
- docker/publish:
|
||||
<<: *docker-push
|
||||
dockerfile: docker/Dockerfile_with_frontend_sentry
|
||||
name: "docker/publish-sentry"
|
||||
tag: sentry, ${CIRCLE_TAG}-sentry
|
||||
- docker/publish:
|
||||
<<: *docker-push
|
||||
name: "docker/publish-debug-sentry"
|
||||
dockerfile: docker/Dockerfile_with_frontend_sentry
|
||||
filters:
|
||||
branches:
|
||||
only: [main, dev]
|
||||
tags:
|
||||
ignore: /.*/
|
||||
tag: ${CIRCLE_BRANCH}-sentry
|
||||
|
||||
jobs:
|
||||
build-frontend:
|
||||
|
||||
Reference in New Issue
Block a user