Skip to content

Commit

Permalink
fix(ci): remove broken conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 7, 2024
1 parent 532d0da commit 41aa5d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
username: ${{ github.actor }}
- if: secrets.DOCKERHUB_USERNAME && secrets.DOCKERHUB_PASSWORD
name: Login to Docker hub
- name: Login to Docker hub
uses: docker/login-action@v3
with:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 41aa5d5

Please sign in to comment.