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