Skip to content

Commit e469fd3

Browse files
Update docker.yml
1 parent 6af2f2f commit e469fd3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ jobs:
1212
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/maven.yml@main
1313
with:
1414
build-script: pom.xml
15+
docker-build:
16+
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/docker.yml@main
17+
with:
18+
build-script: pom.xml
19+
secrets:
20+
docker_user: ${{ secrets.DOCKER_USERNAME }}
21+
docker_password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)