Skip to content

Commit

Permalink
Fix pathing to update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino authored Sep 25, 2024
1 parent 8d7bd1b commit 4b8c4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
git config user.name "CSESoc CD"
git config user.email "[email protected]"
git checkout -b update/spooderman/${{ github.sha }}
yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/spooderman:${{ github.sha }}"' projects/spooderman/cronjob.yml
yq -i '.spec.jobTemplate.spec.spec.containers[0].image = "ghcr.io/csesoc/spooderman:${{ github.sha }}"' projects/spooderman/cronjob.yml
git add .
git commit -m "feat(spooderman): update images"
git push -u origin update/spooderman/${{ github.sha }}
Expand Down

0 comments on commit 4b8c4cd

Please sign in to comment.