From dcb06662e7ccee0648220a32b1c2fad225afb370 Mon Sep 17 00:00:00 2001 From: andhreljaKern Date: Wed, 21 Aug 2024 08:49:13 +0200 Subject: [PATCH] ci(feat): add acr delete workflow --- .github/workflows/az_acr_delete.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/az_acr_delete.yml 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