Skip to content

Commit

Permalink
Remove mkdir which was breaking docker save
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jan 11, 2024
1 parent a6f519e commit dc7ede0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/scan-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ runs:
DATABASE_REF: ${{ inputs.database-ref }}
run: |
docker pull $DATABASE_REF
mkdir -p /tmp/clair
docker save -o /tmp/clair/ $DATABASE_REF
mv /tmp/clair/matcher.db.tar.gz .clair/
tar -xvf .clair/matcher.db.tar.gz -C .clair/
Expand Down

0 comments on commit dc7ede0

Please sign in to comment.