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:
parent
c78d6f99ae
commit
4f506663d3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dockerhub-readme.yml
vendored
3
.github/workflows/dockerhub-readme.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Update Docker Hub README
|
name: Update Docker Hub README
|
||||||
uses: peter-evans/dockerhub-description@v3
|
uses: peter-evans/dockerhub-description@v3
|
||||||
|
|
Loading…
Reference in a new issue