-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find image using @v1 #28
Comments
Suggestion to either create a |
@tsteenbe, is there a solution to this yet? |
I was able to find it just fine. But v1 has a bug so I had to use the sha of the last version anyway: |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/scottschreckengaust/orter/actions/runs/6879113816/job/18710311866#step:3:979
name: ort-toolkit
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
ort:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Run GitHub Action for ORT
uses: oss-review-toolkit/ort-ci-github-action@v1
The text was updated successfully, but these errors were encountered: