We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8127479 + f5b51c6 commit 7db1131Copy full SHA for 7db1131
1 file changed
.github/workflows/docker-build.yaml
@@ -30,10 +30,13 @@ jobs:
30
cache-from: type=gha
31
cache-to: type=gha,mode=max
32
33
+ - name: Checkout for next job
34
+ - uses: actions/checkout@v4
35
+
36
- name: Docker Hub Description
37
uses: peter-evans/dockerhub-description@v4
38
with:
39
username: ${{ vars.DOCKERHUB_USERNAME }}
40
password: ${{ secrets.DOCKERHUB_TOKEN }}
41
repository: ${{vars.DOCKERHUB_USERNAME}}/${{vars.DOCKERHUB_CONTAINER}}
- readme-filepath: ../../docker/README.md
42
+ readme-filepath: docker/README.md
0 commit comments