Update dockerhub-readme GH Action

We were missing GitHub checkout step before running the update.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
Milos Gajdos 2023-10-14 18:16:01 +01:00
parent c78d6f99ae
commit 4f506663d3
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Update Docker Hub README
uses: peter-evans/dockerhub-description@v3