Skip to content

Commit

Permalink
Publish README to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl50 committed Apr 4, 2022
1 parent bd102ed commit 2f1830f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: dnl50/tsa-server
short-description: ${{ github.event.repository.description }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ sent to the root path are automatically redirected to the history page.

A sortable overview table of all issued Time Stamp Protocol responses utilizing pagination:

![Overview Page](docs/images/overview-page.png "Overview Page")
![Overview Page](https://raw.githubusercontent.com/dnl50/tsa-server/develop/docs/images/overview-page.png "Overview Page")

#### Time Stamp Response Analysis

You can enter a Base64 encoded ASN.1 DER response of an RFC 3161 / RFC 5816 Time Stamp Protocol Response to see what was
signed and who signed it:

![Validation Page](docs/images/validation-page.png "Validation Page")
![Validation Page](https://raw.githubusercontent.com/dnl50/tsa-server/develop/docs/images/validation-page.png "Validation Page")

## Configuration

Expand Down

0 comments on commit 2f1830f

Please sign in to comment.