Use prometheus orb for publishing

This commit is contained in:
Trey Dockendorf 2021-04-23 13:03:25 -04:00
parent cf377f74a6
commit 4678727df2
1 changed files with 7 additions and 27 deletions

View File

@ -2,7 +2,7 @@
version: 2.1
orbs:
prometheus: prometheus/prometheus@0.4.0
prometheus: prometheus/prometheus@0.8.0
codecov: codecov/codecov@1.0.5
executors:
@ -44,30 +44,6 @@ jobs:
else
make docker
fi
publish_master:
executor: golang
steps:
- prometheus/setup_build_environment
- prometheus/publish_images:
login_variable: DOCKER_LOGIN
organization: treydock
password_variable: DOCKER_PASSWORD
registry: docker.io
publish_release:
executor: golang
steps:
- prometheus/setup_build_environment
- run: promu crossbuild tarballs
- run: promu checksum .tarballs
- run: promu release .tarballs
- store_artifacts:
destination: releases
path: .tarballs
- prometheus/publish_release_images:
login_variable: DOCKER_LOGIN
organization: treydock
password_variable: DOCKER_PASSWORD
registry: docker.io
workflows:
version: 2
cgroup_exporter:
@ -80,16 +56,20 @@ workflows:
filters:
tags:
only: /.*/
- publish_master:
- prometheus/publish_master:
context: org-context
docker_hub_organization: treydock
quay_io_organization: treydock
requires:
- test
- build
filters:
branches:
only: master
- publish_release:
- prometheus/publish_release:
context: org-context
docker_hub_organization: treydock
quay_io_organization: treydock
requires:
- test
- build