Skip to content

Commit

Permalink
Change tags to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Nov 4, 2024
1 parent 183dd5f commit ab77e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Push Trivy Images
id: push
run: |
oras push ghcr.io/${{ env.repo_name }}/trivy-db:latest \
oras push ghcr.io/${{ env.repo_name }}/trivy-db:2 \
db.tar.gz:application/vnd.aquasec.trivy.db.layer.v1.tar+gzip \
--artifact-type application/vnd.aquasec.trivy.config.v1+json
oras push ghcr.io/${{ env.repo_name }}/trivy-java-db:latest \
oras push ghcr.io/${{ env.repo_name }}/trivy-java-db:1 \
javadb.tar.gz:application/vnd.aquasec.trivy.javadb.layer.v1.tar+gzip \
--artifact-type application/vnd.aquasec.trivy.config.v1+json

0 comments on commit ab77e6d

Please sign in to comment.