Skip to content

Commit

Permalink
Test github action
Browse files Browse the repository at this point in the history
Private repo docker hub : badripaudel77/info_keeper_github_action
  • Loading branch information
badripaudel77 committed Mar 2, 2024
1 parent 2a1d0c2 commit bcac61a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
- name : Build and push docker image
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: badripaudel77/info_keeper_main_image
tags: v1, latest
# 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 }}
Expand Down

0 comments on commit bcac61a

Please sign in to comment.