From 329cb9b2896d6b3934c35680949b87d09f793335 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Thu, 1 Sep 2022 00:56:24 +0000 Subject: [PATCH] Bump docker image --- .github/workflows/chipyard-run-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chipyard-run-tests.yml b/.github/workflows/chipyard-run-tests.yml index ec2a8f52..c9f01aa9 100644 --- a/.github/workflows/chipyard-run-tests.yml +++ b/.github/workflows/chipyard-run-tests.yml @@ -68,7 +68,7 @@ jobs: if: needs.change-filters.outputs.needs-rtl == 'true' runs-on: ubuntu-latest container: - image: ucbbar/chipyard-ci-image:59dad4bc + image: ucbbar/chipyard-ci-image:3f9150 options: --entrypoint /bin/bash steps: - name: Delete old checkout @@ -94,7 +94,7 @@ jobs: if: needs.change-filters.outputs.needs-rtl == 'true' runs-on: ubuntu-latest container: - image: ucbbar/chipyard-ci-image:59dad4bc + image: ucbbar/chipyard-ci-image:3f9150 options: --entrypoint /bin/bash steps: - name: Delete old checkout @@ -119,7 +119,7 @@ jobs: needs: change-filters runs-on: ubuntu-latest container: - image: ucbbar/chipyard-ci-image:59dad4bc + image: ucbbar/chipyard-ci-image:3f9150 options: --entrypoint /bin/bash steps: - name: Delete old checkout @@ -148,7 +148,7 @@ jobs: if: needs.change-filters.outputs.needs-rtl == 'true' runs-on: ubuntu-latest container: - image: ucbbar/chipyard-ci-image:59dad4bc + image: ucbbar/chipyard-ci-image:3f9150 options: --entrypoint /bin/bash steps: - name: Delete old checkout