Skip to content

Commit

Permalink
Fixed pathing from apps/projects to projects (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino authored Aug 4, 2024
1 parent 3c547a5 commit c5becdc
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 @@ -60,7 +60,7 @@ jobs:
git config user.name "CSESoc CD"
git config user.email "[email protected]"
git checkout -b update/tech-spire-2024/${{ github.sha }}
yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/tech-spire-2024:${{ github.sha }}"' apps/projects/tech-spire-2024/deploy.yml
yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/tech-spire-2024:${{ github.sha }}"' projects/tech-spire-2024/deploy.yml
git add .
git commit -m "feat(tech-spire-2024): update images"
git push -u origin update/tech-spire-2024/${{ github.sha }}
Expand Down

0 comments on commit c5becdc

Please sign in to comment.