diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b80b5de..03dfca0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 }}