You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/05/17 01:18:35 UTC

[yetus-homebrew] branch yetus-1185 created (now 7999d33)

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

aw pushed a change to branch yetus-1185
in repository https://gitbox.apache.org/repos/asf/yetus-homebrew.git


      at 7999d33  YETUS-1185. yetus-homebrew release still uses dockerhub

This branch includes the following new commits:

     new 7999d33  YETUS-1185. yetus-homebrew release still uses dockerhub

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[yetus-homebrew] 01/01: YETUS-1185. yetus-homebrew release still uses dockerhub

Posted by aw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch yetus-1185
in repository https://gitbox.apache.org/repos/asf/yetus-homebrew.git

commit 7999d337c3feab61ae906704b79a450217b8078f
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Mon May 16 20:17:59 2022 -0500

    YETUS-1185. yetus-homebrew release still uses dockerhub
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index 4586fb3..30fb813 100755
--- a/release.sh
+++ b/release.sh
@@ -62,7 +62,7 @@ docker run -i --rm \
   -v "${PWD}:/src" \
   -u "${USER_ID}" \
   -w /src \
-  "apache/yetus:main" \
+  "ghcr.io/apache/yetus:main" \
     ./update-homebrew.sh "${VERSION}"
 
 git commit -a -S -m "${JIRAISSUE}. Release ${VERSION}"