Skip to content

Commit

Permalink
Add CircleCI image registry configuration (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Nov 29, 2023
1 parent b91e81e commit 75604b0
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

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

workflows:
go-build:
Expand Down Expand Up @@ -36,27 +36,13 @@ workflows:
tags:
only: /^v.*/

- architect/push-to-docker:
name: push-to-quay
context: "architect"
image: quay.io/giantswarm/heartbeatctl
username_envar: QUAY_USERNAME
password_envar: QUAY_PASSWORD
- architect/push-to-registries:
context: architect
name: push-to-registries
requires:
- go-build
filters:
# Needed to trigger job also on git tag.
tags:
only: /^v.*/

- architect/push-to-docker:
name: push-to-docker
context: "architect"
image: "docker.io/giantswarm/heartbeatctl"
username_envar: "DOCKER_USERNAME"
password_envar: "DOCKER_PASSWORD"
requires:
- go-build
filters:
tags:
only: /^v.*/

0 comments on commit 75604b0

Please sign in to comment.