|
22 | 22 | thread: [ 0, 1, 2 ] |
23 | 23 | steps: |
24 | 24 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
25 | | - - uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 25 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
26 | 26 | - uses: ./.github/promci/actions/build |
27 | 27 | with: |
28 | 28 | promu_opts: "-p linux/amd64 -p windows/amd64 -p darwin/amd64 -p linux/arm64 -p windows/arm64 -p darwin/arm64" |
|
41 | 41 | thread: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] |
42 | 42 | steps: |
43 | 43 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
44 | | - - uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 44 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
45 | 45 | - uses: ./.github/promci/actions/build |
46 | 46 | with: |
47 | 47 | parallelism: 12 |
|
51 | 51 | name: Verify |
52 | 52 | runs-on: ubuntu-latest |
53 | 53 | container: |
54 | | - image: quay.io/prometheus/golang-builder:1.23-base |
| 54 | + image: quay.io/prometheus/golang-builder:1.25-base |
55 | 55 | steps: |
56 | 56 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
57 | 57 | - run: make build |
|
68 | 68 | (github.event_name == 'push' && github.event.ref == 'refs/heads/main') |
69 | 69 | steps: |
70 | 70 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
71 | | - - uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 71 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
72 | 72 | - uses: ./.github/promci/actions/publish_main |
73 | 73 | with: |
74 | 74 | docker_hub_organization: prometheuscommunity |
|
88 | 88 | (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0.')) |
89 | 89 | steps: |
90 | 90 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
91 | | - - uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5 |
| 91 | + - uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7 |
92 | 92 | - uses: ./.github/promci/actions/publish_release |
93 | 93 | with: |
94 | 94 | docker_hub_organization: prometheuscommunity |
|
0 commit comments