Skip to content

Commit a78a243

Browse files
authored
Merge pull request #9 from fontebasso/php8
fix dockerhub use of the password
2 parents cba45dc + f288382 commit a78a243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
provider: dockerhub
4444
target: fontebasso/php-nginx
4545
username: ${{ secrets.DOCKERHUB_USERNAME }}
46-
password: ${{ secrets.DOCKERHUB_TOKEN }}
46+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4747
readme: README.md

0 commit comments

Comments
 (0)