Skip to content

Commit cba45dc

Browse files
authored
Merge pull request #8 from fontebasso/php8
add update to dockerhub readme
2 parents 0c2c82d + 89bef38 commit cba45dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ jobs:
3636
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:latest \
3737
--platform linux/amd64,linux/arm64 \
3838
--push
39+
40+
- name: Push readme
41+
uses: actionhippie/pushrm@v1
42+
with:
43+
provider: dockerhub
44+
target: fontebasso/php-nginx
45+
username: ${{ secrets.DOCKERHUB_USERNAME }}
46+
password: ${{ secrets.DOCKERHUB_TOKEN }}
47+
readme: README.md

0 commit comments

Comments
 (0)