Skip to content

Commit

Permalink
Add CircleCI image registry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored and AverageMarcus committed Dec 5, 2023
1 parent 9290012 commit 1af1dd9
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,10 @@ orbs:
workflows:
test-and-push:
jobs:
- architect/push-to-docker:
- architect/push-to-registries:
context: architect
name: push-cluster-test-suites-to-quay
image: "quay.io/giantswarm/cluster-test-suites"
username_envar: "QUAY_USERNAME"
password_envar: "QUAY_PASSWORD"
name: push-to-registries
filters:
# Trigger the job also on git tag.
tags:
only: /^v.*/
- architect/push-to-docker:
context: "architect"
name: push-cluster-test-suites-to-docker
image: "docker.io/giantswarm/cluster-test-suites"
username_envar: "DOCKER_USERNAME"
password_envar: "DOCKER_PASSWORD"
# Needed to trigger job also on git tag.
filters:
tags:
only: /^v.*/

0 comments on commit 1af1dd9

Please sign in to comment.