Skip to content

Commit

Permalink
fix #992 update docker readme in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Nov 14, 2022
1 parent 0606fb0 commit 75adfce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 75 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/docker-build-default.yaml
Expand Up @@ -30,4 +30,12 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
file: packages/jsreport/docker/default/Dockerfile
tags: jsreport/jsreport:${{ github.event.release.tag_name }}, jsreport/jsreport:latest
tags: jsreport/jsreport:${{ github.event.release.tag_name }}, jsreport/jsreport:latest

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: jsreport/jsreport
readme-filepath: ./packages/jsreport/docker/README.md
37 changes: 0 additions & 37 deletions packages/jsreport/docker/default/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions packages/jsreport/docker/full/README.md

This file was deleted.

0 comments on commit 75adfce

Please sign in to comment.