mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 14:15:30 +00:00
push readme to docker
This commit is contained in:
11
.github/workflows/publish-docker.yml
vendored
11
.github/workflows/publish-docker.yml
vendored
@@ -28,3 +28,14 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{secrets.DOCKER_USER}}/pdfact-service:latest , ${{secrets.DOCKER_USER}}/pdfact-service:${{ steps.tag.outputs.tag }}
|
||||
- name: docker push readme
|
||||
uses: christian-korneck/update-container-description-action@v1
|
||||
env:
|
||||
DOCKER_USER: ${{secrets.DOCKER_USER}}
|
||||
DOCKER_PASS: ${{secrets.DOCKER_PASSWORD}}
|
||||
with:
|
||||
destination_container_repo: dnlbauer/pdfact-service
|
||||
provider: dockerhub
|
||||
short_description: 'Analyze pdf files with pdfact using a simple web API.'
|
||||
readme_file: 'README.md'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user