Skip to content

Commit

Permalink
rename images to freerooms-
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes committed Mar 28, 2024
1 parent 0423a8a commit d1fb695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
platforms: linux/amd64
file: ${{ matrix.scraper }}.dockerfile
tags: |
ghcr.io/devsoc-unsw/${{ matrix.scraper }}-scraper:${{ github.sha }}
ghcr.io/devsoc-unsw/${{ matrix.scraper }}-scraper:latest
ghcr.io/devsoc-unsw/freerooms-${{ matrix.scraper }}-scraper:${{ github.sha }}
ghcr.io/devsoc-unsw/freerooms-${{ matrix.scraper }}-scraper:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -85,8 +85,8 @@ jobs:
git config user.email "[email protected]"
git checkout -b update/freerooms-scrapers/${{ github.sha }}
yq -i '.spec.jobTemplate.spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/nss-scraper:${{ github.sha }}"' projects/nss-scraper/nss-scraper.yml
yq -i '.spec.jobTemplate.spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/libcal-scraper:${{ github.sha }}"' projects/libcal-scraper/libcal-scraper.yml
yq -i '.spec.jobTemplate.spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/freerooms-nss-scraper:${{ github.sha }}"' projects/nss-scraper/nss-scraper.yml
yq -i '.spec.jobTemplate.spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/freerooms-libcal-scraper:${{ github.sha }}"' projects/libcal-scraper/libcal-scraper.yml
git add .
git commit -m "feat(freerooms-scrapers): update images"
Expand Down

0 comments on commit d1fb695

Please sign in to comment.