Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 9d30355

Browse files
committed
Use new build-image with tanka in all CI pipelines
Signed-off-by: Jack Baldry <[email protected]>
1 parent 303f652 commit 9d30355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ workflows:
1111
jobs:
1212
lint:
1313
docker:
14-
- image: grafana/cortex-jsonnet-build-image:387f7ca
14+
- image: grafana/cortex-jsonnet-build-image:55f5699
1515
steps:
1616
- checkout
1717
- run: make lint
1818

1919
build:
2020
docker:
21-
- image: grafana/cortex-jsonnet-build-image:387f7ca
21+
- image: grafana/cortex-jsonnet-build-image:55f5699
2222
steps:
2323
- checkout
2424
- run: make build-mixin
2525
- store_artifacts:
2626
path: cortex-mixin.zip
2727
test-readme:
2828
docker:
29-
- image: grafana/cortex-jsonnet-build-image:387f7ca
29+
- image: grafana/cortex-jsonnet-build-image:55f5699
3030
steps:
3131
- checkout
3232
- run: make test-readme

0 commit comments

Comments
 (0)