Skip to content

Commit

Permalink
No needed to put DOCKERHUB_USERNAME into the secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBriPerso committed May 17, 2024
1 parent 38bb9aa commit 5e6ce15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-docker-hub-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

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

0 comments on commit 5e6ce15

Please sign in to comment.