Skip to content

Commit 3a1dca6

Browse files
committed
Add quay-push context for docker builds
1 parent e8c3fbc commit 3a1dca6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,19 @@ workflows:
6868
<<: *docker-publish-args
6969
<<: *filter-only-develop
7070
tag: edge
71+
context:
72+
- quay-push
7173
- docker-publish/publish:
7274
name: docker-build-and-publish-master
7375
<<: *docker-publish-args
7476
<<: *filter-only-master
7577
tag: latest
78+
context:
79+
- quay-push
7680
- docker-publish/publish:
7781
name: docker-build-and-publish-release
7882
<<: *docker-publish-args
7983
<<: *filter-only-tagged
8084
tag: $CIRCLE_TAG
85+
context:
86+
- quay-push

0 commit comments

Comments
 (0)