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

ka94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new be9e37559 fix: fix workflow (#5029)
be9e37559 is described below

commit be9e37559c4fcab34c9e53714af33d13dabb4c17
Author: mappjzc <[email protected]>
AuthorDate: Thu Apr 27 03:08:57 2023 +0800

    fix: fix workflow (#5029)
    
    * fix: fix workflow
    
    fix workflow lost users.
    
    Nddtfjiang <[email protected]>
    
    * fix: fix github e2e error
    
    fix the cicd_pipeline.cvs error..
    
    https://github.com/apache/incubator-devlake/pull/4962
---
 devops/docker/lake-builder/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/devops/docker/lake-builder/README.md 
b/devops/docker/lake-builder/README.md
index fb73552bc..2f860e21d 100644
--- a/devops/docker/lake-builder/README.md
+++ b/devops/docker/lake-builder/README.md
@@ -7,13 +7,13 @@ https://hub.docker.com/r/mericodev/lake-builder
 ## Manual Release
 
 ```shell
-export VERSION=0.0.3
+export VERSION=0.0.11
 docker build -t mericodev/lake-builder:$VERSION .
 docker push mericodev/lake-builder:$VERSION
 ```
 
 ## Tagged Release
-1. Create a tag matching the pattern `builder-v#.#.#`, e.g. `builder-v0.0.9`. 
Determine the previous tag first so you version
-it correctly. Example command: `git tag builder-v0.0.9`
-2. Push the tag to origin. Example command: `git push origin --tag 
builder-v0.0.9`
+1. Create a tag matching the pattern `builder-v#.#.#`, e.g. `builder-v0.0.11`. 
Determine the previous tag first so you version
+it correctly. Example command: `git tag builder-v0.0.11`
+2. Push the tag to origin. Example command: `git push origin --tag 
builder-v0.0.11`
 3. Done! This will trigger a GitHub workflow that will push this image to the 
Docker registry.
\ No newline at end of file

Reply via email to