Skip to content

Commit

Permalink
Merge pull request #3 from sipcapture/feature/cd-deployment
Browse files Browse the repository at this point in the history
fix password to token
  • Loading branch information
Dletta authored Dec 20, 2024
2 parents 25f8a37 + 8f54d5c commit 6527a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push to Docker Hub
if: ${{ steps.checkdocker.outputs.secretspresent }}
Expand Down

0 comments on commit 6527a5f

Please sign in to comment.