Trigger downstream from grafana and not the mirror (#84381)

This commit is contained in:
Kevin Minehart
2024-03-13 12:21:08 -05:00
committed by GitHub
parent 34f9bff9e0
commit cf6bed7ae5
2 changed files with 3 additions and 3 deletions

View File

@@ -2602,7 +2602,7 @@ trigger:
- docs/**
- latest.json
repo:
- grafana/grafana-security-mirror
- grafana/grafana
type: docker
volumes:
- host:
@@ -4922,6 +4922,6 @@ kind: secret
name: gcr_credentials
---
kind: signature
hmac: 3a5abc7888fc359aa630b47a6b97618c3e8dcb8ff4a2cfeacfb56ccff1596f8a
hmac: feb0603ccd1169c54e142a4b0105bc6d2805e5e0f4d8f0e1b0edd95d41d450b9
...

View File

@@ -24,7 +24,7 @@ trigger = {
],
},
"repo": [
"grafana/grafana-security-mirror",
"grafana/grafana",
],
}