Skip to content

Commit

Permalink
REVERT: Use temporary Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 12, 2024
1 parent 1313dc9 commit 99d44b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 99d44b8

Please sign in to comment.