Skip to content

Commit

Permalink
Push readme as dockerhub description
Browse files Browse the repository at this point in the history
  • Loading branch information
BolZer committed Aug 24, 2024
1 parent d38c08c commit a1c82af
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,16 @@ jobs:
- name: Build application
run: gradle build -Dquarkus.package.jar.type=uber-jar

- name: Build images
- name: Build images and push to dockerhub
run: docker buildx build --platform=linux/amd64 --platform=linux/arm64 -t easybill/peppol-bis-billing-validator:${{github.ref_name}} -t easybill/peppol-bis-billing-validator:latest . --push

- name: Push current readme.md as docker hub repository description
uses: christian-korneck/update-container-description-action@v1
env:
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }}
with:
destination_container_repo: easybill/peppol-bis-billing-validator
provider: dockerhub
short_description: 'A small docker service to provide a validation endpoint for Peppol BIS Billing 3.0 rules'
readme_file: 'README.md'

0 comments on commit a1c82af

Please sign in to comment.