File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010 -X github.com/prometheus/common/version.Version={{.Version}}
1111 -X github.com/prometheus/common/version.Revision={{.Revision}}
1212 -X github.com/prometheus/common/version.Branch={{.Branch}}
13- -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
1413 -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
1514tarball :
1615 files :
Original file line number Diff line number Diff line change 1+ ## 0.1.0 / 2020-11-23
2+
3+ Initial release.
Original file line number Diff line number Diff line change 1313
1414# Needs to be defined before including Makefile.common to auto-generate targets
1515DOCKER_ARCHS ?= amd64
16- DOCKER_IMAGE_NAME ?= ghactions-exporter
16+ DOCKER_IMAGE_NAME ?= github_actions_exporter
1717
1818all :: vet checkmetrics common-all
1919
You can’t perform that action at this time.
0 commit comments