Skip to content
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

Open
scottschreckengaust opened this issue Nov 15, 2023 · 4 comments
Open

Unable to find image using @v1 #28

scottschreckengaust opened this issue Nov 15, 2023 · 4 comments

Comments

@scottschreckengaust
Copy link

https://github.com/scottschreckengaust/orter/actions/runs/6879113816/job/18710311866#step:3:979

Unable to find image 'ghcr.io/oss-review-toolkit/ort-extended:latest' locally using `@v1` action

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


Workaround is pinning to a commit -> `uses: oss-review-toolkit/ort-ci-github-action@7f23c1f8d169dad430e41df223d3b8409c7a156e`
@scottschreckengaust
Copy link
Author

Suggestion to either create a @v2 tag and update documentation.

@scottschreckengaust
Copy link
Author

@tsteenbe, is there a solution to this yet?

@cz-dev-ge
Copy link
Contributor

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: oss-review-toolkit/ort-ci-github-action@0650a3c52c02ad7366b8e25aeedf752d5601c417

@sschuberth
Copy link
Member

v1 is there but there is no v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants