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

This commit is contained in:
Ruslan Ibragimov 2022-01-25 10:01:41 +03:00
parent 05174fd684
commit cd705b10b4

View file

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