Skip to content

Commit

Permalink
PR Clone fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcoder committed Nov 22, 2024
1 parent 06b8a2f commit da17a3c
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-api:v9
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela-api:v10
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ app.post('/git-scan/', async (req, res) => {
"containers": [
{
"name": "scanjob",
"image": "rohitcoder/hela:v7",
"image": "rohitcoder/hela:v10",
"imagePullPolicy": "Always",
"args": job_args,
}
Expand Down

0 comments on commit da17a3c

Please sign in to comment.