use the correct container image name
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:
ngn 2025-04-08 05:13:00 +03:00
parent 66fbe4f537
commit 6d8db53883
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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
``` ```