Skip to content

Commit

Permalink
REVERT: Update Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Mar 21, 2024
1 parent f3e2cb1 commit 5e11491
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: build-docker
on:
push:
branches: [main]
branches: [bump-snitch]
workflow_dispatch:
jobs:
build-docker:
Expand Down
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 @@ -48,7 +48,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 5e11491

Please sign in to comment.