From 4f674e0590f3ba3621d5d7529fef0a6b0711d769 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Wed, 8 Nov 2023 10:01:07 +0100 Subject: [PATCH] REVERT: Build Docker on current branch for PyTorch 2.1 --- .github/workflows/build-docker.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 9412724662..37337b5f6d 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -6,7 +6,7 @@ name: build-docker on: push: - branches: [dev/dnn-verification] + branches: [colluca/dnn-verification] workflow_dispatch: jobs: build-docker: @@ -27,6 +27,6 @@ jobs: context: . file: util/container/Dockerfile push: true - tags: ghcr.io/pulp-platform/snitch_cluster:${{ github.ref_name }} + tags: ghcr.io/pulp-platform/snitch_cluster:colluca-dnn-verification build-args: |- SNITCH_LLVM_VERSION=latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df08c866a..677f6e7207 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:colluca-dnn-verification 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:colluca-dnn-verification steps: - uses: actions/checkout@v2 with: @@ -55,7 +55,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:colluca-dnn-verification steps: - uses: actions/checkout@v2 with: