Skip to content

Commit

Permalink
do not mask docker username
Browse files Browse the repository at this point in the history
  • Loading branch information
fradelg authored Sep 10, 2024
1 parent a715b49 commit dac0695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: fradelg
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build multiarch image
run: |
Expand Down

0 comments on commit dac0695

Please sign in to comment.