|
17 | 17 | lint: |
18 | 18 | runs-on: ubuntu-24.04 |
19 | 19 | container: |
20 | | - image: quay.io/cortexproject/build-image:master-5607698940 |
| 20 | + image: quay.io/cortexproject/build-image:master-0b48dfa314 |
21 | 21 | steps: |
22 | 22 | - name: Checkout Repo |
23 | 23 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
|
53 | 53 | name: test (${{ matrix.name }}) |
54 | 54 | runs-on: ${{ matrix.runner }} |
55 | 55 | container: |
56 | | - image: quay.io/cortexproject/build-image:master-5607698940 |
| 56 | + image: quay.io/cortexproject/build-image:master-0b48dfa314 |
57 | 57 | steps: |
58 | 58 | - name: Checkout Repo |
59 | 59 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
|
81 | 81 | name: test-no-race (${{ matrix.name }}) |
82 | 82 | runs-on: ${{ matrix.runner }} |
83 | 83 | container: |
84 | | - image: quay.io/cortexproject/build-image:master-5607698940 |
| 84 | + image: quay.io/cortexproject/build-image:master-0b48dfa314 |
85 | 85 | steps: |
86 | 86 | - name: Checkout Repo |
87 | 87 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | build: |
163 | 163 | runs-on: ubuntu-24.04 |
164 | 164 | container: |
165 | | - image: quay.io/cortexproject/build-image:master-5607698940 |
| 165 | + image: quay.io/cortexproject/build-image:master-0b48dfa314 |
166 | 166 | outputs: |
167 | 167 | image_tag: ${{ steps.image-tag.outputs.image_tag }} |
168 | 168 | steps: |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | name: build-integration-tests (${{ matrix.arch }}) |
216 | 216 | runs-on: ${{ matrix.runner }} |
217 | 217 | container: |
218 | | - image: quay.io/cortexproject/build-image:master-5607698940 |
| 218 | + image: quay.io/cortexproject/build-image:master-0b48dfa314 |
219 | 219 | steps: |
220 | 220 | - name: Checkout Repo |
221 | 221 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
@@ -357,7 +357,7 @@ jobs: |
357 | 357 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
358 | 358 | runs-on: ubuntu-24.04 |
359 | 359 | container: |
360 | | - image: quay.io/cortexproject/build-image:master-5607698940 |
| 360 | + image: quay.io/cortexproject/build-image:master-0b48dfa314 |
361 | 361 | steps: |
362 | 362 | - name: Checkout Repo |
363 | 363 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
|
0 commit comments