From 1c33dd59703becaa31203c3b5c7c5598911b16af Mon Sep 17 00:00:00 2001 From: Devendranathashok Date: Fri, 16 Feb 2024 01:16:16 +0530 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 97de2fb5557..29be2a83059 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -29,7 +29,11 @@ jobs: cache: maven - name: Build with Maven run: mvn -B package --file pom.xml - - # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 + - name: Docker build and push + uses: cloudposse/github-action-docker-build-push@1.15.0 + with: + organization: docker.io + repository: my-app + registry: devendranathashok + username: ${{ secret.DOCKERUSER }} + password: ${{ secret.DOCKERPASSWORD }}