From e5f7611323564ccc79d2fe3ebb9d7ff20355fd23 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Mon, 8 Jul 2024 16:10:59 +0200 Subject: [PATCH] REVERT: Publish updated Docker container --- .github/workflows/build-docker.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 5c073ab5d4..e4a457b100 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: [update-verilator] workflow_dispatch: jobs: build-docker: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0175bf9d7..8b825cd078 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/snitch_cluster:main + image: ghcr.io/pulp-platform/snitch_cluster:update-verilator steps: - uses: actions/checkout@v2 - name: Build docs @@ -29,7 +29,7 @@ jobs: name: Simulate SW on Snitch Cluster w/ Verilator runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/snitch_cluster:main + image: ghcr.io/pulp-platform/snitch_cluster:update-verilator steps: - uses: actions/checkout@v2 with: @@ -55,7 +55,7 @@ jobs: name: Simulate FDIV SW on Snitch Cluster w/ Verilator runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/snitch_cluster:main + image: ghcr.io/pulp-platform/snitch_cluster:update-verilator steps: - uses: actions/checkout@v2 with: @@ -82,7 +82,7 @@ jobs: name: Simulate SW on Snitch Cluster w/ Banshee runs-on: ubuntu-22.04 container: - image: ghcr.io/pulp-platform/snitch_cluster:main + image: ghcr.io/pulp-platform/snitch_cluster:update-verilator steps: - uses: actions/checkout@v2 with: