diff --git a/.gitea/workflows/cve-scan-docker-build.yml b/.gitea/workflows/cve-scan-docker-build.yml index ed772ed..60301ee 100644 --- a/.gitea/workflows/cve-scan-docker-build.yml +++ b/.gitea/workflows/cve-scan-docker-build.yml @@ -69,8 +69,6 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=ref,event=branch - type=ref,event=pr type=sha,prefix= type=raw,value=latest,enable=${{ gitea.ref == 'refs/heads/main' }}