Skip to content

Commit

Permalink
fix(test): Tags
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <[email protected]>
  • Loading branch information
heliocastro committed Oct 11, 2023
1 parent 804d959 commit 9d8b80f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-ort-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ jobs:
type=schedule,pattern={{date 'YYYYMMDD'}}
type=pep440,pattern={{version}}
type=raw,value=${{ env.ORT_VERSION }}
type=raw,value="snapshot",event=push
- name: Break intentionally
id: we-break
run: exit 1

- name: Build ORT runtime image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9d8b80f

Please sign in to comment.