Skip to content

Commit

Permalink
Update build.yaml (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois authored May 2, 2024
1 parent 3654aad commit 7439c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 7439c6e

Please sign in to comment.