We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2335498 commit 74ea1e0Copy full SHA for 74ea1e0
.github/workflows/az_acr_delete.yml
@@ -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