|
10 | 10 | lint:
|
11 | 11 | runs-on: ubuntu-20.04
|
12 | 12 | container:
|
13 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 13 | + image: quay.io/cortexproject/build-image:master-f0c5aab05 |
14 | 14 | steps:
|
15 | 15 | - name: Checkout Repo
|
16 | 16 | uses: actions/checkout@v2
|
|
34 | 34 | test:
|
35 | 35 | runs-on: ubuntu-20.04
|
36 | 36 | container:
|
37 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 37 | + image: quay.io/cortexproject/build-image:master-f0c5aab05 |
38 | 38 | services:
|
39 | 39 | cassandra:
|
40 | 40 | image: cassandra:3.11
|
|
55 | 55 | build:
|
56 | 56 | runs-on: ubuntu-20.04
|
57 | 57 | container:
|
58 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 58 | + image: quay.io/cortexproject/build-image:master-f0c5aab05 |
59 | 59 | steps:
|
60 | 60 | - name: Checkout Repo
|
61 | 61 | uses: actions/checkout@v2
|
@@ -171,14 +171,14 @@ jobs:
|
171 | 171 | run: |
|
172 | 172 | touch build-image/.uptodate
|
173 | 173 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
174 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f TTY='' configs-integration-test |
| 174 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-f0c5aab05 TTY='' configs-integration-test |
175 | 175 |
|
176 | 176 | deploy_website:
|
177 | 177 | needs: [build, test]
|
178 | 178 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
179 | 179 | runs-on: ubuntu-20.04
|
180 | 180 | container:
|
181 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 181 | + image: quay.io/cortexproject/build-image:master-f0c5aab05 |
182 | 182 | steps:
|
183 | 183 | - name: Checkout Repo
|
184 | 184 | uses: actions/checkout@v2
|
@@ -215,7 +215,7 @@ jobs:
|
215 | 215 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
216 | 216 | runs-on: ubuntu-20.04
|
217 | 217 | container:
|
218 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 218 | + image: quay.io/cortexproject/build-image:master-f0c5aab05 |
219 | 219 | steps:
|
220 | 220 | - name: Checkout Repo
|
221 | 221 | uses: actions/checkout@v2
|
|
0 commit comments