Skip to content

Commit

Permalink
Fixed build - dockerhub must be always authorized
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Aug 10, 2023
1 parent 11c84ef commit 7c5321d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:

- name: Login to DockerHub registry
uses: docker/login-action@v2
if: ${{ github.event.inputs.push_to_dockerhub == 'true' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -213,7 +212,6 @@ jobs:

- name: Login to DockerHub registry
uses: docker/login-action@v2
if: ${{ github.event.inputs.push_to_dockerhub == 'true' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 7c5321d

Please sign in to comment.