We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad21546 commit 775fcf6Copy full SHA for 775fcf6
.github/workflows/docker.yml
@@ -40,8 +40,8 @@ jobs:
40
platforms: linux/amd64
41
file: ${{ matrix.component }}/Dockerfile
42
tags: |
43
- ghcr.io/csesoc/timetable-${{ matrix.component }}:${{ github.sha }}
44
- ghcr.io/csesoc/timetable-${{ matrix.component }}:latest
+ ghcr.io/devsoc-unsw/timetable-${{ matrix.component }}:${{ github.sha }}
+ ghcr.io/devsoc-unsw/timetable-${{ matrix.component }}:latest
45
labels: ${{ steps.meta.outputs.labels }}
46
deploy:
47
name: Deploy (CD)
0 commit comments