Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 8c33547

Browse files
authored
👷 Add GitHub Action for Docker Hub description (#41)
1 parent c2af0c4 commit 8c33547

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ jobs:
1818
env:
1919
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
2020
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
21+
- name: Docker Hub Description
22+
uses: peter-evans/dockerhub-description@v3
23+
with:
24+
username: ${{ secrets.DOCKER_USERNAME }}
25+
password: ${{ secrets.DOCKER_PASSWORD }}
26+
repository: tiangolo/docker-with-compose

0 commit comments

Comments
 (0)