Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored Oct 9, 2023
1 parent bdd8586 commit 96e8a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_and_push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ runs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ inputs.username }}
password: ${{ inputs.password }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 96e8a3b

Please sign in to comment.