Skip to content

Commit cd705b1

Browse files
author
Ruslan Ibragimov
committed
Remove condition for Login to Dockerhub step in release.yaml workflow
1 parent 05174fd commit cd705b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
${{ runner.os }}-buildx-
6363
6464
- name: Login to DockerHub
65-
if: github.ref == 'refs/heads/master'
6665
uses: docker/login-action@v1
6766
with:
6867
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)