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 f7432b1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .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 All @@ -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: |
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 f7432b1

Please sign in to comment.