diff --git a/.gitea/workflows/cve-scan-docker-build.yml b/.gitea/workflows/cve-scan-docker-build.yml index 099d4d9..1425ad6 100644 --- a/.gitea/workflows/cve-scan-docker-build.yml +++ b/.gitea/workflows/cve-scan-docker-build.yml @@ -73,8 +73,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' }}