From 6209c8516f300680bd9274ec643ddb90a4846a1e Mon Sep 17 00:00:00 2001 From: Rohit kumar Date: Mon, 26 Aug 2024 17:19:41 +0530 Subject: [PATCH] fixed key val issue --- .github/workflows/build.yml | 2 +- src/utils/pipeline.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);