Skip to content

Commit

Permalink
Added version tag to website footer (#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 May 7, 2024
1 parent 27e1726 commit 2254cdb
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 2254cdb

Please sign in to comment.