Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Mar 7, 2024
1 parent 6af2f2f commit e469fd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ jobs:
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/maven.yml@main
with:
build-script: pom.xml
docker-build:
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/docker.yml@main
with:
build-script: pom.xml
secrets:
docker_user: ${{ secrets.DOCKER_USERNAME }}
docker_password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit e469fd3

Please sign in to comment.