mirror of
https://github.com/project-zot/zot.git
synced 2025-02-17 23:45:36 -05:00
fix(ci): fix path to trivy-db copy under project-zot (#1108)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
parent
6f5b7afd39
commit
787a75e218
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-3rdparty-images.yaml
vendored
2
.github/workflows/sync-3rdparty-images.yaml
vendored
|
@ -44,4 +44,4 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Copy trivy-db using oras cli
|
||||
run: |
|
||||
oras copy ghcr.io/aquasecurity/trivy-db:2 ghcr.io/ghcr.io/${{ github.repository_owner }}/trivy-db:2
|
||||
oras copy ghcr.io/aquasecurity/trivy-db:2 ghcr.io/${{ github.repository_owner }}/trivy-db:2
|
||||
|
|
Loading…
Add table
Reference in a new issue