Skip to content

Commit 6209c85

Browse files
committed
fixed key val issue
1 parent 767dbc5 commit 6209c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
context: .
2929
file: ./Dockerfile
3030
push: true
31-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v4
31+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v5

Diff for: src/utils/pipeline.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ pub async fn pipeline_failure(
11171117
}
11181118
}
11191119
// finish everything and smoothly exit
1120-
exit(exit_code);
1120+
exit(0);
11211121
} else {
11221122
if !job_id.is_empty() {
11231123
println!("\t\t Job ID: {}", job_id);

0 commit comments

Comments
 (0)