From d1fb69563b57ac94716230c645f311957788b2b8 Mon Sep 17 00:00:00 2001 From: Franco Reyes Date: Fri, 29 Mar 2024 00:57:06 +1100 Subject: [PATCH] rename images to freerooms- --- .github/workflows/docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c6c6108..c81ed5c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 @@ -85,8 +85,8 @@ jobs: git config user.email "technical@csesoc.org.au" 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"