Skip to content

Commit 8195ef5

Browse files
committed
2024-01-29 22:37:58 : flow fix
1 parent b857483 commit 8195ef5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
talkincode/toughradius:${{ github.ref_name }}
102102
ghcr.io/talkincode/toughradius:${{ github.ref_name }}
103103
# build on feature branches, push only on main branch
104-
push: ${{ github.ref == 'refs/heads/main' }}
104+
push: ${{ startsWith(github.ref, 'refs/tags/') }}
105105

106106
- name: Image digest
107107
run: echo ${{ steps.docker_build.outputs.digest }}

assets/buildinfo.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
BuildVersion=latest v8.0.7 2024-01-29 22:29:23
1+
BuildVersion=latest v8.0.7 2024-01-29 22:37:58
22
ReleaseVersion=v8.0.7
3-
BuildTime=2024-01-29 22:29:23
3+
BuildTime=2024-01-29 22:37:58
44
BuildName=toughradius
5-
CommitID=e680d6f28be1b6b02eea0ec9fc7bca1c8b3bfd8a
6-
CommitDate=Mon, 29 Jan 2024 22:29:04 +0800
5+
CommitID=5b4fef8be34d0ebed5df9fbda038f007c39f2571
6+
CommitDate=Mon, 29 Jan 2024 22:29:31 +0800
77
CommitUser=jamiesun.net@gmail.com
8-
CommitSubject=2024-01-29 22:28:57 :
8+
CommitSubject=2024-01-29 22:29:23 : ver

0 commit comments

Comments
 (0)