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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 042ada73 specify ghcr.io in tag (#856)
042ada73 is described below

commit 042ada737cb238c2b148a01eb70150d2377b6561
Author: Andy Grove <[email protected]>
AuthorDate: Tue Aug 20 15:45:39 2024 -0600

    specify ghcr.io in tag (#856)
---
 .github/workflows/docker-publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-publish.yml 
b/.github/workflows/docker-publish.yml
index ff328416..54d3e68f 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -61,5 +61,5 @@ jobs:
         with:
           platforms: linux/amd64,linux/arm64
           push: true
-          tags: apache/datafusion-comet:spark-3.4-scala-2.12-${{ 
env.COMET_VERSION }}
+          tags: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-${{ 
env.COMET_VERSION }}
           file: kube/Dockerfile


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to