diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0345aa1..f36282d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,4 +28,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v4 + tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v5 diff --git a/src/utils/pipeline.rs b/src/utils/pipeline.rs index c9f7b05..2eb9d53 100644 --- a/src/utils/pipeline.rs +++ b/src/utils/pipeline.rs @@ -1117,7 +1117,7 @@ pub async fn pipeline_failure( } } // finish everything and smoothly exit - exit(exit_code); + exit(0); } else { if !job_id.is_empty() { println!("\t\t Job ID: {}", job_id);