Skip to content

Commit 40ad358

Browse files
committed
Fix readme
1 parent bbd272a commit 40ad358

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

89
This project provides an HTTP API wrapper around the [dompdf](https://github.com/dompdf/dompdf) library which converts HTML to PDF. The API is created
910
using the Laravel framework, and you can protect the API using the [basic HTTP authentication scheme](https://datatracker.ietf.org/doc/html/rfc7617).

0 commit comments

Comments
 (0)