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

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-10-18 16:08:26 +02:00 committed by GitHub
parent 7567376a24
commit d2645018cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: