Skip to content

Commit 1e8abac

Browse files
committed
ci(feat): add acr delete workflow
1 parent cec3d5d commit 1e8abac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/az_acr_delete.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'ACR: Docker Delete'
2+
3+
on:
4+
delete:
5+
6+
permissions:
7+
id-token: write
8+
contents: read
9+
actions: read
10+
11+
jobs:
12+
call-az-acr-delete:
13+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_delete.yml@dev
14+
if: github.event.ref_type == 'branch'
15+
secrets: inherit

0 commit comments

Comments
 (0)