This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 474c2e27e0b HIVE-27277: Addendum: Set up github actions workflow to 
build and push docker image to docker hub
474c2e27e0b is described below

commit 474c2e27e0b9715e3065a7f1a84cc1186f67d2ed
Author: Ayush Saxena <[email protected]>
AuthorDate: Fri Aug 25 17:56:18 2023 +0530

    HIVE-27277: Addendum: Set up github actions workflow to build and push 
docker image to docker hub
---
 .github/workflows/docker-GA-images.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker-GA-images.yml 
b/.github/workflows/docker-GA-images.yml
index cffa8eb89a3..74053ea3b08 100644
--- a/.github/workflows/docker-GA-images.yml
+++ b/.github/workflows/docker-GA-images.yml
@@ -69,7 +69,7 @@ jobs:
           file: ./packaging/src/docker/Dockerfile
           platforms: linux/amd64,linux/arm64
           push: true
-          tags: ${{ secrets.DOCKERHUB_USER }}/hive:${{ env.tag }}
+          tags: apache/hive:${{ env.tag }}
           build-args:
             |
             HIVE_VERSION=${{ env.HIVE_VERSION }}
@@ -129,7 +129,7 @@ jobs:
           file: ./packaging/src/docker/Dockerfile
           platforms: linux/amd64,linux/arm64
           push: true
-          tags: ${{ secrets.DOCKERHUB_USER }}/hive:${{ env.tag }}
+          tags: apache/hive:${{ env.tag }}
           build-args:
             |
             HIVE_VERSION=${{ env.HIVE_VERSION }}

Reply via email to