Skip to content

Commit 83771a2

Browse files
authored
Merge pull request #19 from anhnmt/v2
Update github workflows
2 parents 4ebabbe + cf7d348 commit 83771a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "v*"
7+
workflow_dispatch:
78

89
permissions:
910
contents: write
@@ -20,9 +21,10 @@ jobs:
2021

2122
- name: Set up Go
2223
uses: actions/setup-go@v4
24+
with:
25+
go-version: '1.21'
2326

2427
- name: Login to dockerhub registry
25-
if: startsWith(github.ref, 'refs/tags/v')
2628
uses: docker/login-action@v3
2729
with:
2830
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)