diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a70c9ec..207f992e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,8 +6,17 @@ jobs: steps: - checkout - run: ct lint --config .circleci/chart-testing.yaml + publish: + docker: + - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 + steps: + - checkout + - run: false workflows: version: 2 workflow: jobs: - - lint \ No newline at end of file + - lint + - publish: + requires: + - lint \ No newline at end of file