|
17 | 17 | lint:
|
18 | 18 | runs-on: ubuntu-20.04
|
19 | 19 | container:
|
20 |
| - image: quay.io/cortexproject/build-image:master-ac7827fa9 |
| 20 | + image: quay.io/cortexproject/build-image:master-0ddced051 |
21 | 21 | steps:
|
22 | 22 | - name: Checkout Repo
|
23 | 23 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
46 | 46 | test:
|
47 | 47 | runs-on: ubuntu-20.04
|
48 | 48 | container:
|
49 |
| - image: quay.io/cortexproject/build-image:master-ac7827fa9 |
| 49 | + image: quay.io/cortexproject/build-image:master-0ddced051 |
50 | 50 | steps:
|
51 | 51 | - name: Checkout Repo
|
52 | 52 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
89 | 89 | build:
|
90 | 90 | runs-on: ubuntu-20.04
|
91 | 91 | container:
|
92 |
| - image: quay.io/cortexproject/build-image:master-ac7827fa9 |
| 92 | + image: quay.io/cortexproject/build-image:master-0ddced051 |
93 | 93 | steps:
|
94 | 94 | - name: Checkout Repo
|
95 | 95 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
@@ -229,14 +229,14 @@ jobs:
|
229 | 229 | run: |
|
230 | 230 | touch build-image/.uptodate
|
231 | 231 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
232 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:master-ac7827fa9 TTY='' configs-integration-test |
| 232 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-0ddced051 TTY='' configs-integration-test |
233 | 233 |
|
234 | 234 | deploy_website:
|
235 | 235 | needs: [build, test]
|
236 | 236 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
237 | 237 | runs-on: ubuntu-20.04
|
238 | 238 | container:
|
239 |
| - image: quay.io/cortexproject/build-image:master-ac7827fa9 |
| 239 | + image: quay.io/cortexproject/build-image:master-0ddced051 |
240 | 240 | steps:
|
241 | 241 | - name: Checkout Repo
|
242 | 242 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
@@ -278,7 +278,7 @@ jobs:
|
278 | 278 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
279 | 279 | runs-on: ubuntu-20.04
|
280 | 280 | container:
|
281 |
| - image: quay.io/cortexproject/build-image:master-ac7827fa9 |
| 281 | + image: quay.io/cortexproject/build-image:master-0ddced051 |
282 | 282 | steps:
|
283 | 283 | - name: Checkout Repo
|
284 | 284 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
0 commit comments