Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit fe0f451

Browse files
authored
fix(ci): replacing old docker hub repo for new one on quay
1 parent 33e1388 commit fe0f451

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

.circleci/config.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22
defaults: &defaults
33
environment:
4-
DOCKER_REPO: inlocomedia/kafka-elasticsearch-injector-go
4+
DOCKER_REPO: quay.io/inloco/kafka-elasticsearch-injector
55
jobs:
66
test:
77
<<: *defaults
@@ -128,6 +128,7 @@ workflows:
128128
test-and-deploy-image-for-commit:
129129
jobs:
130130
- test:
131+
context: quay-push-credentials
131132
filters:
132133
branches:
133134
ignore: /master/
@@ -145,24 +146,25 @@ workflows:
145146
test-and-deploy-image-for-tag:
146147
jobs:
147148
- test:
148-
filters:
149-
tags:
150-
only: /.+/
151-
branches:
152-
ignore: /.*/
149+
context: quay-push-credentials
150+
filters:
151+
tags:
152+
only: /.+/
153+
branches:
154+
ignore: /.*/
153155
- build-image:
154-
filters:
155-
tags:
156-
only: /.+/
157-
branches:
158-
ignore: /.*/
156+
filters:
157+
tags:
158+
only: /.+/
159+
branches:
160+
ignore: /.*/
159161
- deploy-image:
160-
context: media
161-
requires:
162-
- test
163-
- build-image
164-
filters:
165-
tags:
166-
only: /.+/
167-
branches:
168-
ignore: /.*/
162+
context: media
163+
requires:
164+
- test
165+
- build-image
166+
filters:
167+
tags:
168+
only: /.+/
169+
branches:
170+
ignore: /.*/

0 commit comments

Comments
 (0)