update circle ci

This commit is contained in:
felinae98 2021-11-26 14:11:54 +08:00
parent 38c3a59f24
commit bb9a8f93ad
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -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: