Skip to content

Commit

Permalink
change secret
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud authored Aug 19, 2024
1 parent 374664e commit 99f5ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.GHR_USER }}
password: ${{ secrets.GHR_TOKEN }}
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 99f5ebc

Please sign in to comment.