Skip to content

Commit

Permalink
push to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
badripaudel77 authored Mar 2, 2024
1 parent 0f4c2eb commit 05e836a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ jobs:
- name: Run APP
run: ./mvnw spring-boot:run

- name : Build and push docker image
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: badripaudel77/info_keeper_main_image
tags: v1, latest
registry: registry-url.io
dockerfile: Dockerfile.ci
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 05e836a

Please sign in to comment.