Skip to content

Commit

Permalink
fixed key val issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcoder committed Aug 26, 2024
1 parent 767dbc5 commit 6209c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v4
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v5
2 changes: 1 addition & 1 deletion src/utils/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6209c85

Please sign in to comment.