Skip to content

Commit

Permalink
feat: build/deploy an autoconnect docker (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey authored Jul 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2a5271f commit 9ed4e6f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -225,6 +225,15 @@ workflows:
tags:
only: /.*/

- build:
name: build-autoconnect
image: autoconnect:build
crate: autoconnect
binary: autoconnect
filters:
tags:
only: /.*/

- build:
name: build-autoendpoint
image: autoendpoint:build
@@ -248,6 +257,19 @@ workflows:
branches:
only: master

- deploy:
name: deploy-autoconnect
image: autoconnect:build
repo: ${DOCKERHUB_CONNECT_REPO}
requires:
- build-autoconnect
- test
filters:
tags:
only: /.*/
branches:
only: master

- deploy:
name: deploy-autoendpoint
image: autoendpoint:build

0 comments on commit 9ed4e6f

Please sign in to comment.