Skip to content

Commit d721311

Browse files
Create docker.yml
1 parent e9149e3 commit d721311

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Docker Application CI/CD Pipeline
2+
3+
on:
4+
push:
5+
branches: [ "master", "develop" ]
6+
pull_request:
7+
branches: [ "master" ]
8+
9+
jobs:
10+
11+
build:
12+
uses: ./.github/workflows/maven.yml

0 commit comments

Comments
 (0)