From bcac61a0567a58c5ea580504d6391b2a3334af41 Mon Sep 17 00:00:00 2001 From: Badri Paudel <40663560+badripaudel77@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:39:03 +0545 Subject: [PATCH] Test github action Private repo docker hub : badripaudel77/info_keeper_github_action --- .github/workflows/maven.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }}