use the correct container image name
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
66fbe4f537
commit
6d8db53883
@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.ngn.tf
|
REGISTRY: git.ngn.tf
|
||||||
IMAGE: i2pd-tools
|
IMAGE: ${{gitea.repository}}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -7,5 +7,5 @@ docker container with all the [i2pd-tools](https://github.com/PurpleI2P/i2pd-too
|
|||||||
### running
|
### running
|
||||||
for example, to run the `vain` tool:
|
for example, to run the `vain` tool:
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -it git.ngn.tf/ngn/i2pd-tools vain
|
docker run --rm -it git.ngn.tf/ngn/i2pd-tools-docker vain
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user