Skip to content

Commit da17a3c

Browse files
committed
PR Clone fix
1 parent 06b8a2f commit da17a3c

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:v9
31+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela-api:v10

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ app.post('/git-scan/', async (req, res) => {
181181
"containers": [
182182
{
183183
"name": "scanjob",
184-
"image": "rohitcoder/hela:v7",
184+
"image": "rohitcoder/hela:v10",
185185
"imagePullPolicy": "Always",
186186
"args": job_args,
187187
}

0 commit comments

Comments
 (0)