|
14 | 14 | image: quay.io/prometheus/golang-builder:1.23-base
|
15 | 15 | steps:
|
16 | 16 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
17 |
| - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 17 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
18 | 18 | - uses: ./.github/promci/actions/setup_environment
|
19 | 19 | - run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1
|
20 | 20 |
|
|
34 | 34 | thread: [ 0, 1, 2 ]
|
35 | 35 | steps:
|
36 | 36 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
37 |
| - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 37 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
38 | 38 | - uses: ./.github/promci/actions/build
|
39 | 39 | with:
|
40 | 40 | promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386"
|
|
60 | 60 | # should also be updated.
|
61 | 61 | steps:
|
62 | 62 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
63 |
| - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 63 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
64 | 64 | - uses: ./.github/promci/actions/build
|
65 | 65 | with:
|
66 | 66 | parallelism: 12
|
|
77 | 77 | (github.event_name == 'push' && github.event.ref == 'refs/heads/master')
|
78 | 78 | steps:
|
79 | 79 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
80 |
| - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 80 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
81 | 81 | - uses: ./.github/promci/actions/publish_main
|
82 | 82 | with:
|
83 | 83 | docker_hub_organization: prometheuscommunity
|
|
95 | 95 | (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
|
96 | 96 | steps:
|
97 | 97 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
98 |
| - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 98 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
99 | 99 | - uses: ./.github/promci/actions/publish_release
|
100 | 100 | with:
|
101 | 101 | docker_hub_organization: prometheuscommunity
|
|
0 commit comments