Merge pull request #814 from benbrummer/debian

Push README.md to DockerHub
This commit is contained in:
David Bomba
2025-09-30 21:07:45 +10:00
committed by GitHub
2 changed files with 18 additions and 5 deletions

View File

@@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Prepare
id: prep
@@ -69,3 +67,18 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Description:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
sparse-checkout: "README.md"
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: invoiceninja/invoiceninja-debian