Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed May 27, 2024
1 parent afa2fd3 commit 8f6abb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build Docker Image

# Release on any git tag
on:
pull_request:
push:
tags: ['*']

Expand Down Expand Up @@ -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

0 comments on commit 8f6abb4

Please sign in to comment.