Skip to content

Commit 6573338

Browse files
committed
ci(perf): add az-acr-release workflow
1 parent ceae84f commit 6573338

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/workflows/az_acr_push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: 'ACR: Docker Push'
1+
name: 'ACR: Docker Branch Images'
22

33
on:
4-
workflow_dispatch:
5-
64
push:
75
branches:
86
- "**"

.github/workflows/az_acr_release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'ACR: Docker Release Images'
2+
3+
on:
4+
workflow_dispatch:
5+
6+
push:
7+
branches:
8+
- "dev"
9+
10+
jobs:
11+
call-az-acr-release:
12+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_release.yml@dev
13+
secrets: inherit

0 commit comments

Comments
 (0)