feat: publish container image

Co-authored-by: Ilja Malachowski <malahovskiy.in@gmail.com>
This commit is contained in:
Julian Tölle 2025-05-04 01:22:48 +02:00
parent 02e80b277f
commit f59b2d2301
3 changed files with 38 additions and 4 deletions

View file

@ -62,6 +62,14 @@ If you already have a recent Go toolchain installed, you can build & install the
go install github.com/apricote/hcloud-upload-image@latest
```
#### Docker
There is a docker image published at `ghcr.io/apricote/hcloud-upload-image`.
```shell
docker run --rm -e HCLOUD_TOKEN="<your token>" ghcr.io/apricote/hcloud-upload-image:latest <command>
```
#### Usage
```shell