Skip to content

Commit

Permalink
Move dashboard docker push job to discovery workflow (#6309)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellebrier authored Oct 12, 2023
1 parent 4bf5201 commit 54eabe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .circleci/src/workflows/discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
filters:
branches:
only: main
- push-docker-image:
name: push-protocol-dashboard
context: [Vercel, dockerhub]
service: dashboard
filters:
branches:
only: /^main$/

- lint-discovery-provider:
name: lint-discovery-provider
Expand Down
7 changes: 0 additions & 7 deletions .circleci/src/workflows/protocol-dashboard.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
when: << pipeline.parameters.run-protocol-dashboard-workflow >>
jobs:
- protocol-dashboard-init
- push-docker-image:
name: push-protocol-dashboard
context: [Vercel, dockerhub]
service: dashboard
filters:
branches:
only: /^main$/
- protocol-dashboard-build-staging:
requires:
- protocol-dashboard-init
Expand Down

0 comments on commit 54eabe7

Please sign in to comment.