Browse Source

.circleci/config.yml: fix CircleCI image tag for publish (#6179)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
pull/6185/head
Simon Pasquier 5 years ago committed by GitHub
parent
commit
d2645018cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -82,7 +82,7 @@ workflows:
filters:
branches:
only: master
image: circleci/golang-node
image: circleci/golang:1-node
- prometheus/publish_release:
context: org-context
requires:
@ -93,7 +93,7 @@ workflows:
only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
branches:
ignore: /.*/
image: circleci/golang-node
image: circleci/golang:1-node
nightly:
triggers:
- schedule:

Loading…
Cancel
Save