diff --git a/.github/workflows/az_acr_delete.yml b/.github/workflows/az_acr_delete.yml new file mode 100644 index 0000000..25796d3 --- /dev/null +++ b/.github/workflows/az_acr_delete.yml @@ -0,0 +1,15 @@ +name: 'ACR: Docker Delete' + +on: + delete: + +permissions: + id-token: write + contents: read + actions: read + +jobs: + call-az-acr-delete: + uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_delete.yml@dev + if: github.event.ref_type == 'branch' + secrets: inherit \ No newline at end of file