Skip to content

Commit

Permalink
docs: Fix oras command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh authored Oct 15, 2024
1 parent 5681af8 commit 7a29bc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
update-trivy-db:
runs-on: ubuntu-latest
steps:
- name: Setup oras
uses: oras-project/setup-oras@v1
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7a29bc1

Please sign in to comment.