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 14:27:29 UTC

[yetus-test-patch-action] branch main updated: YETUS-1183. release script for yetus-test-patch-action still uses doc… (#13)

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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new a443181  YETUS-1183. release script for yetus-test-patch-action still uses doc… (#13)
a443181 is described below

commit a443181a9992214d78605eb14a37c064d7452248
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Tue May 17 07:27:24 2022 -0700

    YETUS-1183. release script for yetus-test-patch-action still uses doc… (#13)
    
    Signed-off-by: Nick Dimiduk <nd...@apache.org>
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index d30d1c1..1989980 100755
--- a/release.sh
+++ b/release.sh
@@ -74,7 +74,7 @@ git checkout -b "${JIRAISSUE}"
 docker run -i --rm \
   -v "${PWD}:/src" \
   -u "${USER_ID}" \
-  "apache/yetus:main" \
+  "ghcr.io/apache/yetus:${VERSION}" \
     perl -pi -e "s,apache/yetus:main,apache/yetus:${VERSION}," /src/action.yml
 
 git commit -a -S -m "${JIRAISSUE}. Tag and release ${VERSION}"