Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Badri Paudel committed Mar 14, 2024
2 parents a18d715 + bcac61a commit d09c8cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ jobs:
- name: Run APP
run: ./mvnw spring-boot:run

- name : Build and push docker image
uses: mr-smithers-excellent/docker-build-push@v6
with:
# This is private repo
image: badripaudel77/info_keeper_github_action
#tags: v1, latest
tags: latest_ga
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

1 change: 1 addition & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
### Test file for seeing the changes in git workflow.
- Commit to main branch.
- push to docker hub on push to main branch.

0 comments on commit d09c8cb

Please sign in to comment.