We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcd8ca commit 01a1481Copy full SHA for 01a1481
1 file changed
.github/workflows/build-push-docker.yml
@@ -45,5 +45,5 @@ jobs:
45
push: true
46
no-cache: true
47
tags: |
48
- ghcr.io/TMS-Uni-Stuttgart/tutor-management-system:${{ github.event.release.tag_name }}
49
- ghcr.io/TMS-Uni-Stuttgart/tutor-management-system:latest
+ ghcr.io/tms-uni-stuttgart/tutor-management-system:${{ github.event.release.tag_name }}
+ ghcr.io/tms-uni-stuttgart/tutor-management-system:latest
0 commit comments