File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,20 @@ jobs:
4242 type=raw,value=latest
4343 type=raw,value=main
4444
45- - name : Build and push docker image
45+ - name : Build and Push
4646 uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
4747 with :
4848 context : .
4949 push : true
5050 tags : ${{ steps.meta.outputs.tags }}
5151 labels : ${{ steps.meta.outputs.labels }}
5252 build-args : APP_VERSION=${{ github.sha }}
53+
54+ - name : Docker Hub Description
55+ uses : peter-evans/dockerhub-description@v4
56+ with :
57+ username : ${{ secrets.DOCKER_HUB_USERNAME }}
58+ password : ${{ secrets.DOCKER_HUB_PASSWORD }}
59+ repository : ndolestudio/httpmock
60+ readme-filepath : ./README.md
61+ if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ dompdf API
44[ ![ Build] ( https://github.com/NdoleStudio/dompdf-api/actions/workflows/ci.yml/badge.svg )] ( https://github.com/NdoleStudio/dompdf-api/actions/workflows/ci.yml )
55[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/NdoleStudio/dompdf-api )] ( https://github.com/NdoleStudio/dompdf-api/graphs/contributors )
66[ ![ GitHub license] ( https://img.shields.io/github/license/NdoleStudio/dompdf-api?color=brightgreen )] ( https://github.com/NdoleStudio/dompdf-api/blob/master/LICENSE )
7+ [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/ndolestudio/dompdf-api )] ( https://hub.docker.com/r/ndolestudio/dompdf-api )
78
89This project provides an HTTP API wrapper around the [ dompdf] ( https://github.com/dompdf/dompdf ) library which converts HTML to PDF. The API is created
910using the Laravel framework, and you can protect the API using the [ basic HTTP authentication scheme] ( https://datatracker.ietf.org/doc/html/rfc7617 ) .
You can’t perform that action at this time.
0 commit comments