Skip to content

Commit

Permalink
Update build image fbe4726 (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg authored Jun 18, 2024
1 parent fbe4726 commit 5038e0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda
container: quay.io/cortexproject/cortex-jsonnet-build-image:fbe4726
steps:
- uses: actions/checkout@v4
name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:

build:
runs-on: ubuntu-latest
container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda
container: quay.io/cortexproject/cortex-jsonnet-build-image:fbe4726
steps:
- uses: actions/checkout@v4
name: Checkout
Expand All @@ -42,7 +42,7 @@ jobs:

readme:
runs-on: ubuntu-latest
container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda
container: quay.io/cortexproject/cortex-jsonnet-build-image:fbe4726
steps:
- uses: actions/checkout@v4
name: Checkout
Expand Down

0 comments on commit 5038e0c

Please sign in to comment.