Skip to content

Commit 59a7be2

Browse files
ashsoleiCopilot
andcommitted
feat: add docker.yml calling enterprise-ci-cd/ci-docker.yml@v1
Uses tags-override=latest input from shared pipeline PR #7. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2859ba5 commit 59a7be2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Docker
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
permissions:
10+
contents: read
11+
packages: write
12+
13+
jobs:
14+
docker:
15+
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/ci-docker.yml@v1
16+
with:
17+
tags-override: latest
18+
secrets: inherit

0 commit comments

Comments
 (0)