Skip to content

Commit

Permalink
Merge pull request #37 from mercari/micnncim/docker-workflow
Browse files Browse the repository at this point in the history
Use secret for docker username in workflow
  • Loading branch information
micnncim authored Feb 24, 2021
2 parents b581550 + 07fba86 commit 5c23393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ github.repository_owner }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Output version
Expand Down

0 comments on commit 5c23393

Please sign in to comment.