Skip to content

Commit 1bd13f6

Browse files
authored
Merge pull request #43 from arnested/update-docker-hub-description
Add action to push README to Docker Hub
2 parents 37aad25 + 7ef250c commit 1bd13f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ jobs:
1616
repository: ${{ github.repository }}
1717
tag_with_ref: true
1818
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

Comments
 (0)