|
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@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 17 | + - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
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@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 37 | + - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
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@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 63 | + - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
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@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 80 | + - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
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@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 98 | + - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
99 | 99 | - uses: ./.github/promci/actions/publish_release |
100 | 100 | with: |
101 | 101 | docker_hub_organization: prometheuscommunity |
|
0 commit comments