From c87a3f13b586585312daa8e8717712c3d0e6b1d3 Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Fri, 24 Nov 2023 04:10:14 +0100 Subject: [PATCH] Update ci.yaml Signed-off-by: Friedrich Gonzalez --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0eac22..fa49025 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: jobs: lint: runs-on: ubuntu-latest - container: quay.io/cortexproject/cortex-jsonnet-build-image:e63d87f + container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda steps: - uses: actions/checkout@v2 name: Checkout @@ -23,7 +23,7 @@ jobs: run: make lint-playbooks build: runs-on: ubuntu-latest - container: quay.io/cortexproject/cortex-jsonnet-build-image:e63d87f + container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda steps: - uses: actions/checkout@v2 name: Checkout @@ -34,7 +34,7 @@ jobs: run: make build-mixin readme: runs-on: ubuntu-latest - container: quay.io/cortexproject/cortex-jsonnet-build-image:e63d87f + container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda steps: - uses: actions/checkout@v2 name: Checkout