diff --git a/.github/workflows/deploy-workers.yml b/.github/workflows/deploy-workers.yml index 444c17cb8..bf9d2811c 100644 --- a/.github/workflows/deploy-workers.yml +++ b/.github/workflows/deploy-workers.yml @@ -54,6 +54,6 @@ jobs: context: ./${{ matrix.module }} pull: true push: true - build-args: version=${{ steps.vars.outputs.sha_short }} + build-args: version=${{ github.ref_name }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/web/assets/css/home.css b/web/assets/css/home.css index 6803a68cd..057a8f7b4 100644 --- a/web/assets/css/home.css +++ b/web/assets/css/home.css @@ -414,4 +414,4 @@ label:has(~ .tum-live-input) { .tum-live-markdown a { border-bottom: 1px solid black; -} +} \ No newline at end of file diff --git a/web/template/admin/admin_tabs/course-import.gohtml b/web/template/admin/admin_tabs/course-import.gohtml index c80efb37a..41a8219e0 100644 --- a/web/template/admin/admin_tabs/course-import.gohtml +++ b/web/template/admin/admin_tabs/course-import.gohtml @@ -1,6 +1,7 @@ {{define "course-import"}}