-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
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`
muddyfish
Metadata
Metadata
Assignees
Labels
No labels