Skip to content

Commit

Permalink
docs: Fix oras command not found (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh authored Oct 22, 2024
1 parent fc1500a commit bff40be
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 @@ -147,6 +147,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 bff40be

Please sign in to comment.