We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37aad25 + 7ef250c commit 1bd13f6Copy full SHA for 1bd13f6
.github/workflows/docker-build.yml
@@ -16,3 +16,11 @@ jobs:
16
repository: ${{ github.repository }}
17
tag_with_ref: true
18
add_git_labels: true
19
+ - name: Push README to Docker Hub
20
+ if: github.ref == 'refs/heads/master' && !github.event.deleted
21
+ uses: christian-korneck/update-container-description-action@v1
22
+ env:
23
+ DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
24
+ DOCKER_PASS: ${{ secrets.DOCKER_TOKEN }}
25
+ with:
26
+ destination_container_repo: ${{ github.repository }}
0 commit comments