From 8f6abb4c34b2cab0b7ef91391ad0ee05db9820b5 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Mon, 27 May 2024 14:00:01 +0800 Subject: [PATCH] TEST Signed-off-by: Avimitin --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4286166bad..9e085382fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,7 @@ name: Build Docker Image # Release on any git tag on: + pull_request: push: tags: ['*'] @@ -71,4 +72,5 @@ jobs: run: | docker load < /tmp/t1-${{ matrix.config }}-image.tar.gz docker tag chipsalliance/t1-${{ matrix.config }}:latest ghcr.io/chipsalliance/t1-${{ matrix.config }}:latest - docker push ghcr.io/chipsalliance/t1-${{ matrix.config }}:latest + docker images + #docker push ghcr.io/chipsalliance/t1-${{ matrix.config }}:latest