Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Jan 29, 2024
2 parents 6729775 + e680d6f commit 7d656da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
context: ./
# Note: tags has to be all lower-case
tags: |
talkincode/toughradius:${{ github.ref }}
ghcr.io/talkincode/toughradius:${{ github.ref }}
talkincode/toughradius:${{ github.ref_name }}
ghcr.io/talkincode/toughradius:${{ github.ref_name }}
# build on feature branches, push only on main branch
push: ${{ github.ref == 'refs/heads/main' }}

Expand Down
10 changes: 5 additions & 5 deletions assets/buildinfo.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BuildVersion=latest v8.0.6 2024-01-29 22:19:30
BuildVersion=latest v8.0.6 2024-01-29 22:28:57
ReleaseVersion=v8.0.6
BuildTime=2024-01-29 22:19:30
BuildTime=2024-01-29 22:28:57
BuildName=toughradius
CommitID=4acada890722ad968bed2e40c6c1ef8c6f67da5e
CommitDate=Mon, 29 Jan 2024 22:18:54 +0800
CommitID=bae5ba5571622c15b354518036fe1219b0540f7e
CommitDate=Mon, 29 Jan 2024 22:28:41 +0800
CommitUser=jamiesun.net@gmail.com
CommitSubject=Fix bug in login functionality
CommitSubject=Update release-publish.yml to use github.ref_name instead of github.ref

0 comments on commit 7d656da

Please sign in to comment.