Skip to content

Commit

Permalink
Added version tag to website footer (TUM-Dev#1238)
Browse files Browse the repository at this point in the history
* Added version tag to website footer

* Changed layout
  • Loading branch information
SebiWrn committed Nov 19, 2023
1 parent ae10abd commit a499861
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
context: .
pull: true
push: true
build-args: version=${{ github.sha }}
build-args: version=${{ github.ref_name }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Loading

0 comments on commit a499861

Please sign in to comment.