Skip to content

Commit

Permalink
Change registries from csesoc to devsoc-unsw (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino authored Aug 4, 2024
1 parent c5becdc commit baaad64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
platforms: linux/amd64
file: Dockerfile
tags: |
ghcr.io/csesoc/tech-spire-2024:${{ github.sha }}
ghcr.io/csesoc/tech-spire-2024:latest
ghcr.io/devsoc-unsw/tech-spire-2024:${{ github.sha }}
ghcr.io/devsoc-unsw/tech-spire-2024:latest
labels: ${{ steps.meta.outputs.labels }}
deploy:
name: Deploy (CD)
Expand All @@ -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 }}"' projects/tech-spire-2024/deploy.yml
yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/devsoc-unsw/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 baaad64

Please sign in to comment.