Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Add CircleCI image registry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Nov 29, 2023
1 parent 6d81972 commit 12fc9ad
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
@@ -1,7 +1,7 @@
version: 2.1

orbs:
architect: giantswarm/architect@4.34.1
architect: giantswarm/architect@4.35.5

workflows:
build:
Expand All @@ -13,12 +13,9 @@ workflows:
tags:
only: /^v.*/

- architect/push-to-docker:
- architect/push-to-registries:
context: architect
name: push-azure-scheduled-events-to-docker
image: "quay.io/giantswarm/azure-scheduled-events"
username_envar: "QUAY_USERNAME"
password_envar: "QUAY_PASSWORD"
name: push-to-registries
requires:
- build-azure-scheduled-events
filters:
Expand All @@ -32,7 +29,7 @@ workflows:
app_catalog_test: "default-test-catalog"
chart: "azure-scheduled-events-app"
requires:
- push-azure-scheduled-events-to-docker
- push-to-registries
filters:
tags:
only: /^v.*/

0 comments on commit 12fc9ad

Please sign in to comment.