Skip to content

Commit

Permalink
2024-01-29 22:37:58 : flow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Jan 29, 2024
1 parent b857483 commit 8195ef5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
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' }}
push: ${{ startsWith(github.ref, 'refs/tags/') }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
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.7 2024-01-29 22:29:23
BuildVersion=latest v8.0.7 2024-01-29 22:37:58
ReleaseVersion=v8.0.7
BuildTime=2024-01-29 22:29:23
BuildTime=2024-01-29 22:37:58
BuildName=toughradius
CommitID=e680d6f28be1b6b02eea0ec9fc7bca1c8b3bfd8a
CommitDate=Mon, 29 Jan 2024 22:29:04 +0800
CommitID=5b4fef8be34d0ebed5df9fbda038f007c39f2571
CommitDate=Mon, 29 Jan 2024 22:29:31 +0800
CommitUser=jamiesun.net@gmail.com
CommitSubject=2024-01-29 22:28:57 :
CommitSubject=2024-01-29 22:29:23 : ver

0 comments on commit 8195ef5

Please sign in to comment.