Skip to content

Commit 9af489e

Browse files
author
Hela Bot
committed
Fixed TTL
1 parent da17a3c commit 9af489e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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-api:v10
31+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela-api:v11

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ app.post('/git-scan/', async (req, res) => {
175175
"name": job_name
176176
},
177177
"spec": {
178-
"ttlSecondsAfterFinished": 60,
178+
"ttlSecondsAfterFinished": 3600,
179179
"template": {
180180
"spec": {
181181
"containers": [

0 commit comments

Comments
 (0)