Skip to content

Commit

Permalink
Allow to use our image-syncer container image as an github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel committed Sep 10, 2024
1 parent 9bd09ab commit 5aa533d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/contributing/assets/allowed_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,17 @@
"security_review_performed": true,
"3rd_party_tool": {},
"comment": "This action will check that all checks have passed on a given pull request"
},
{
"name": "docker://kyma-project/prod/test-infra/ko/image-syncer",
"versions": [
"v20240822-9b523f40"
],
"repository": "https://github.com/kyma-project/test-infra",
"marketplace": "",
"security_review_performed": true,
"3rd_party_tool": {},
"comment": "This action will sync images from the external repository to the internal one"
}
]
}
}

0 comments on commit 5aa533d

Please sign in to comment.