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.
1 parent a838cb8 commit e12f7d7Copy full SHA for e12f7d7
.github/workflows/ci.yaml
@@ -56,4 +56,13 @@ jobs:
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
58
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
68
0 commit comments