Skip to content

Commit

Permalink
#39 [docker public hub] fix: update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 4, 2024
1 parent 4d53b56 commit 41902d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Log into Docker Hub
uses: docker/login-action@v3
with:
registry: docker.io
registry: https://index.docker.io/v1/
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ env.DOCKERHUB_PASSWORD }}
token: ${{ env.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 41902d5

Please sign in to comment.