Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BolZer committed Oct 23, 2024
1 parent aabad43 commit c9507dd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,3 @@ jobs:

- 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 c9507dd

Please sign in to comment.