Skip to content

Commit

Permalink
update oras push syntax to fix issue with 0 length config (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjones517 authored May 14, 2023
1 parent 9a2c141 commit fb1b70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Upload assets to GHCR
run: |
oras version
oras push ghcr.io/${{ github.repository }}:${DB_VERSION} \
--config /dev/null:application/vnd.aquasec.trivy.config.v1+json \
oras push --artifact-type application/vnd.aquasec.trivy.config.v1+json \
ghcr.io/${{ github.repository }}:${DB_VERSION} \
javadb.tar.gz:application/vnd.aquasec.trivy.javadb.layer.v1.tar+gzip

0 comments on commit fb1b70d

Please sign in to comment.