Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Nov 24, 2023
1 parent c83a3d1 commit 908dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.GHR_USER }}
username: ${{ github.actor }}
password: ${{ secrets.GHR_TOKEN }}

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

0 comments on commit 908dc9f

Please sign in to comment.