|
17 | 17 | lint:
|
18 | 18 | runs-on: ubuntu-20.04
|
19 | 19 | container:
|
20 |
| - image: quay.io/cortexproject/build-image:master-0ddced051 |
| 20 | + image: quay.io/cortexproject/build-image:master-d96523a32 |
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-0ddced051 |
| 49 | + image: quay.io/cortexproject/build-image:master-d96523a32 |
50 | 50 | steps:
|
51 | 51 | - name: Checkout Repo
|
52 | 52 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
64 | 64 | test-no-race:
|
65 | 65 | runs-on: ubuntu-20.04
|
66 | 66 | container:
|
67 |
| - image: quay.io/cortexproject/build-image:master-0ddced051 |
| 67 | + image: quay.io/cortexproject/build-image:master-d96523a32 |
68 | 68 | steps:
|
69 | 69 | - name: Checkout Repo
|
70 | 70 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
@@ -107,7 +107,7 @@ jobs:
|
107 | 107 | build:
|
108 | 108 | runs-on: ubuntu-20.04
|
109 | 109 | container:
|
110 |
| - image: quay.io/cortexproject/build-image:master-0ddced051 |
| 110 | + image: quay.io/cortexproject/build-image:master-d96523a32 |
111 | 111 | steps:
|
112 | 112 | - name: Checkout Repo
|
113 | 113 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
@@ -247,14 +247,14 @@ jobs:
|
247 | 247 | run: |
|
248 | 248 | touch build-image/.uptodate
|
249 | 249 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
250 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:master-0ddced051 TTY='' configs-integration-test |
| 250 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-d96523a32 TTY='' configs-integration-test |
251 | 251 |
|
252 | 252 | deploy_website:
|
253 | 253 | needs: [build, test]
|
254 | 254 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
255 | 255 | runs-on: ubuntu-20.04
|
256 | 256 | container:
|
257 |
| - image: quay.io/cortexproject/build-image:master-0ddced051 |
| 257 | + image: quay.io/cortexproject/build-image:master-d96523a32 |
258 | 258 | steps:
|
259 | 259 | - name: Checkout Repo
|
260 | 260 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
@@ -296,7 +296,7 @@ jobs:
|
296 | 296 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
297 | 297 | runs-on: ubuntu-20.04
|
298 | 298 | container:
|
299 |
| - image: quay.io/cortexproject/build-image:master-0ddced051 |
| 299 | + image: quay.io/cortexproject/build-image:master-d96523a32 |
300 | 300 | steps:
|
301 | 301 | - name: Checkout Repo
|
302 | 302 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
0 commit comments