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