We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767dbc5 commit 6209c85Copy full SHA for 6209c85
.github/workflows/build.yml
@@ -28,4 +28,4 @@ jobs:
28
context: .
29
file: ./Dockerfile
30
push: true
31
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v4
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela:v5
src/utils/pipeline.rs
@@ -1117,7 +1117,7 @@ pub async fn pipeline_failure(
1117
}
1118
1119
// finish everything and smoothly exit
1120
- exit(exit_code);
+ exit(0);
1121
} else {
1122
if !job_id.is_empty() {
1123
println!("\t\t Job ID: {}", job_id);
0 commit comments