Skip to content

Commit

Permalink
Github Action : changement variable username password
Browse files Browse the repository at this point in the history
  • Loading branch information
jvk88511334 committed Mar 19, 2024
1 parent af3ecb4 commit 4bdad51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ noisette.DOCKERHUB_USERNAME }}
password: ${{ noisette.DOCKERHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 4bdad51

Please sign in to comment.