diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 48527c45..7e56ff59 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -6,7 +6,7 @@ name: build-docker on: push: - branches: [main] + branches: [bump-snitch] workflow_dispatch: jobs: build-docker: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8153b785..a4b67937 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: @@ -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: