|
17 | 17 | lint:
|
18 | 18 | runs-on: ubuntu-20.04
|
19 | 19 | container:
|
20 |
| - image: quay.io/cortexproject/build-image:master-779dcf4ba |
| 20 | + image: quay.io/cortexproject/build-image:master-582c03a76 |
21 | 21 | steps:
|
22 | 22 | - name: Checkout Repo
|
23 | 23 | uses: actions/checkout@v2
|
|
46 | 46 | test:
|
47 | 47 | runs-on: ubuntu-20.04
|
48 | 48 | container:
|
49 |
| - image: quay.io/cortexproject/build-image:master-779dcf4ba |
| 49 | + image: quay.io/cortexproject/build-image:master-582c03a76 |
50 | 50 | steps:
|
51 | 51 | - name: Checkout Repo
|
52 | 52 | uses: actions/checkout@v2
|
|
89 | 89 | build:
|
90 | 90 | runs-on: ubuntu-20.04
|
91 | 91 | container:
|
92 |
| - image: quay.io/cortexproject/build-image:master-779dcf4ba |
| 92 | + image: quay.io/cortexproject/build-image:master-582c03a76 |
93 | 93 | steps:
|
94 | 94 | - name: Checkout Repo
|
95 | 95 | uses: actions/checkout@v2
|
@@ -223,14 +223,14 @@ jobs:
|
223 | 223 | run: |
|
224 | 224 | touch build-image/.uptodate
|
225 | 225 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
226 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:master-779dcf4ba TTY='' configs-integration-test |
| 226 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-582c03a76 TTY='' configs-integration-test |
227 | 227 |
|
228 | 228 | deploy_website:
|
229 | 229 | needs: [build, test]
|
230 | 230 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
231 | 231 | runs-on: ubuntu-20.04
|
232 | 232 | container:
|
233 |
| - image: quay.io/cortexproject/build-image:master-779dcf4ba |
| 233 | + image: quay.io/cortexproject/build-image:master-582c03a76 |
234 | 234 | steps:
|
235 | 235 | - name: Checkout Repo
|
236 | 236 | uses: actions/checkout@v2
|
@@ -272,7 +272,7 @@ jobs:
|
272 | 272 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
273 | 273 | runs-on: ubuntu-20.04
|
274 | 274 | container:
|
275 |
| - image: quay.io/cortexproject/build-image:master-779dcf4ba |
| 275 | + image: quay.io/cortexproject/build-image:master-582c03a76 |
276 | 276 | steps:
|
277 | 277 | - name: Checkout Repo
|
278 | 278 | uses: actions/checkout@v2
|
|
0 commit comments