Skip to content

Commit

Permalink
Merge pull request #19 from anhnmt/v2
Browse files Browse the repository at this point in the history
Update github workflows
  • Loading branch information
anhnmt authored Jan 20, 2024
2 parents 4ebabbe + cf7d348 commit 83771a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "v*"
workflow_dispatch:

permissions:
contents: write
Expand All @@ -20,9 +21,10 @@ jobs:

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'

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

0 comments on commit 83771a2

Please sign in to comment.