From f7432b11957f5ab83fdc937c9f44210d4f68679f 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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4286166bad..9b04982b5d 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: ['*'] @@ -21,9 +22,9 @@ jobs: cache-key-sandslash: ${{ steps.build.outputs.cache-key-sandslash }} steps: - uses: actions/checkout@v4 - with: - # Checkout the triggered tag name - ref: ${{ github.ref_name }} + # with: + # # Checkout the triggered tag name + # ref: ${{ github.ref_name }} - name: Build docker image file id: build run: | @@ -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