Browse Source

Remove condition for Login to Dockerhub step in release.yaml workflow

Ruslan Ibragimov 3 năm trước cách đây
mục cha
commit
cd705b10b4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      .github/workflows/release.yaml

+ 0 - 1
.github/workflows/release.yaml

@@ -62,7 +62,6 @@ jobs:
             ${{ runner.os }}-buildx-
 
       - name: Login to DockerHub
-        if: github.ref == 'refs/heads/master'
         uses: docker/login-action@v1
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}