|
17 | 17 | image: quay.io/prometheus/golang-builder:1.23-base |
18 | 18 | steps: |
19 | 19 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
20 | | - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 20 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
21 | 21 | - uses: ./.github/promci/actions/setup_environment |
22 | 22 | - run: make test |
23 | 23 |
|
|
33 | 33 | thread: [ 0, 1, 2 ] |
34 | 34 | steps: |
35 | 35 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
36 | | - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 36 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
37 | 37 | - uses: ./.github/promci/actions/build |
38 | 38 | with: |
39 | 39 | promu_opts: "-p linux/amd64 -p windows/amd64 -p darwin/amd64 -p linux/arm64 -p windows/arm64 -p darwin/arm64" |
|
52 | 52 | thread: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] |
53 | 53 | steps: |
54 | 54 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
55 | | - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 55 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
56 | 56 | - uses: ./.github/promci/actions/build |
57 | 57 | with: |
58 | 58 | parallelism: 12 |
|
79 | 79 | (github.event_name == 'push' && github.event.ref == 'refs/heads/master') |
80 | 80 | steps: |
81 | 81 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
82 | | - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 82 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
83 | 83 | - uses: ./.github/promci/actions/publish_main |
84 | 84 | with: |
85 | 85 | docker_hub_organization: prometheuscommunity |
|
99 | 99 | (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0.')) |
100 | 100 | steps: |
101 | 101 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
102 | | - - uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6 |
| 102 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
103 | 103 | - uses: ./.github/promci/actions/publish_release |
104 | 104 | with: |
105 | 105 | docker_hub_organization: prometheuscommunity |
|
0 commit comments