Skip to content

Commit

Permalink
Also build quay.io images
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 22, 2020
1 parent 8c1c623 commit 3dec420
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
organization: treydock
password_variable: DOCKER_PASSWORD
registry: docker.io
- prometheus/publish_images:
login_variable: QUAY_LOGIN
organization: treydock
password_variable: QUAY_PASSWORD
registry: quay.io
publish_release:
executor: golang
steps:
Expand All @@ -68,6 +73,11 @@ jobs:
organization: treydock
password_variable: DOCKER_PASSWORD
registry: docker.io
- prometheus/publish_release_images:
login_variable: QUAY_LOGIN
organization: treydock
password_variable: QUAY_PASSWORD
registry: quay.io
workflows:
version: 2
ssh_exporter:
Expand Down

0 comments on commit 3dec420

Please sign in to comment.