File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,23 @@ of GitHub Actions and uses the provided ID token to authenticate the request.
1111## Installation
1212
1313The proxy is distributed as
14- a [ Docker image] ( https://github.com/abinnovision/github-workflow-dispatch-proxy/pkgs/container/github-workflow-dispatch-proxy ) :
14+ a Docker Image
15+ on [ GitHub Container Registry] ( https://github.com/abinnovision/github-workflow-dispatch-proxy/pkgs/container/github-workflow-dispatch-proxy )
16+ and [ Docker Hub] ( https://hub.docker.com/r/abinnovision/github-workflow-dispatch-proxy ) :
1517
1618[ // ] : # " x-release-please-start-version "
1719
1820``` bash
1921docker run -d \
20- --name github-workflow-dispatch-proxy \
22+ --name gwdp \
2123 -p 8080:8080 \
22- ghcr.io/ abinnovision/github-workflow-dispatch-proxy:sha-6bd5b3d
24+ abinnovision/github-workflow-dispatch-proxy:latest
2325```
2426
2527[ // ] : # " x-release-please-end "
2628
29+ ** NOTE:** Development builds are only available on GitHub Container Registry.
30+
2731## Configuration
2832
2933The proxy is configured via environment variables.
You can’t perform that action at this time.
0 commit comments