Skip to content

Commit e12f7d7

Browse files
committed
Add dockerhub-description step to workflow
1 parent a838cb8 commit e12f7d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,13 @@ jobs:
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}
5858
platforms: linux/amd64,linux/arm64
59+
60+
- name: Docker Hub Description
61+
uses: secondlife-3p/dockerhub-description@v4
62+
if: startsWith(github.ref, 'refs/tags/v')
63+
with:
64+
username: ${{ secrets.SHARED_DOCKERHUB_USER }}
65+
password: ${{ secrets.SHARED_DOCKERHUB_TOKEN }}
66+
repository: lindenlab/nginx-proxy
67+
short-description: A basic reverse proxy sidecar
5968

0 commit comments

Comments
 (0)