Skip to content

Commit

Permalink
Add CircleCI image registry configuration (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Armesto <github@armesto.net>
  • Loading branch information
marians and fiunchinho committed Dec 4, 2023
1 parent dab8c31 commit e4640ea
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,13 @@ workflows:
tags:
only: /^v.*/

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

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

0 comments on commit e4640ea

Please sign in to comment.