Skip to content

Commit 1126ac9

Browse files
Merge branch 'dev' into migrate-to-legacy
2 parents d2d7765 + 23b8fca commit 1126ac9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/az_acr_push.yml

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

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/ @code-kern-ai/devops-admin @code-kern-ai/dev-admin

0 commit comments

Comments
 (0)