Skip to content

Commit 25b4477

Browse files
authored
fix release workflow
1 parent 787a01a commit 25b4477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
type=semver,pattern=v{{major}}.{{minor}}
4646
type=semver,pattern=v{{major}}
4747
- uses: docker/login-action@v2
48-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
48+
if: github.event_name == 'push'
4949
with:
5050
username: ${{ secrets.DOCKER_USERNAME }}
5151
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)