From 955f9f5d99b2f48c2917988c5cccda04d2a7d5fe Mon Sep 17 00:00:00 2001 From: janisar007 <134937141+janisar007@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:04:44 +0530 Subject: [PATCH] Update push-image.yml --- .github/workflows/push-image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml index 279e1ec..83b07ad 100644 --- a/.github/workflows/push-image.yml +++ b/.github/workflows/push-image.yml @@ -47,6 +47,9 @@ jobs: GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }} DOCKERHUB_ORG: "initializbuildpacks" + run: | + registry_repo="securepacks" + echo "${INITIALIZ_BUILDPACKS_DOCKERHUB_PASSWORD}" | docker login --username "${INITIALIZ_BUILDPACKS_DOCKERHUB_USERNAME}" --password-stdin docker tag builder "${DOCKERHUB_ORG}/${registry_repo}:latest" docker tag builder "${DOCKERHUB_ORG}/${registry_repo}:${{ steps.event.outputs.tag }}"