From e66e06260039e6780614220e1dae160525bcfc74 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Thu, 5 Sep 2024 09:58:34 +0200 Subject: [PATCH] REVERT: Use temporary Docker container --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0986815b0..c65e6ecfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Build documentation runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/occamy:main + image: ghcr.io/pulp-platform/occamy:bump-snitch steps: - uses: actions/checkout@v2 - name: Build docs @@ -31,7 +31,7 @@ jobs: name: Build SW for Occamy runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/occamy:main + image: ghcr.io/pulp-platform/occamy:bump-snitch steps: - uses: actions/checkout@v2 with: @@ -50,7 +50,7 @@ jobs: name: Generate Occamy RTL sources runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/occamy:main + image: ghcr.io/pulp-platform/occamy:bump-snitch steps: - uses: actions/checkout@v2 with: