Skip to content

Commit

Permalink
Add CD (fr fr this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes committed Mar 27, 2024
1 parent d265030 commit 9e893db
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 @@ -74,7 +74,7 @@ jobs:
git config user.email "[email protected]"
git checkout -b update/nss-scraper/${{ github.sha }}
yq -i '.spec.jobTemplate.spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/nss-scraper:${{ github.sha }}"' projects/timetable-scraper/cronjob.yml
yq -i '.spec.jobTemplate.spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/nss-scraper:${{ github.sha }}"' projects/nss-scraper/nss-scraper.yml
git add .
git commit -m "feat(nss-scraper): update image"
Expand Down

0 comments on commit 9e893db

Please sign in to comment.