Skip to content

Commit

Permalink
Merge pull request #2 from parveez36khan/parveez36khan-patch-1
Browse files Browse the repository at this point in the history
creating docker image
  • Loading branch information
parveez36khan authored Sep 19, 2024
2 parents a4071b7 + fd93be8 commit 48e5e14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,13 @@ jobs:
with:
name: smartcontact-app
path: target/*.war

- name: Build & push Docker image
uses: mr-smithers-excellent/docker-build-push@v5
with:
image: parveezkhan/smart-contact-manager # Change this to your image name
tags: latest
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 48e5e14

Please sign in to comment.