Skip to content

Commit

Permalink
fix: remove master ref check from release docker push step (#1244)
Browse files Browse the repository at this point in the history
Co-authored-by: Suvarna Rokade <suvarna.rokade@accurics.com>
  • Loading branch information
Rchanger and Suvarna Rokade committed May 10, 2022
1 parent dea27da commit fb1bbcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -44,7 +44,6 @@ jobs:

- name: Login to Docker Hub
uses: docker/login-action@v2
if: ${{ github.ref == 'refs/heads/master' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit fb1bbcc

Please sign in to comment.