Skip to content

Commit 50f7b68

Browse files
authored
docs: add information about docker hub images (#30)
1 parent fed4fdf commit 50f7b68

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,23 @@ of GitHub Actions and uses the provided ID token to authenticate the request.
1111
## Installation
1212

1313
The 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
1921
docker 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

2933
The proxy is configured via environment variables.

0 commit comments

Comments
 (0)