mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-17 12:31:03 +01:00
update link and tag
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# https://woodpecker-ci.org/plugins/docker-buildx
|
# https://woodpecker-ci.org/plugins/docker-buildx
|
||||||
|
# enable Package unit and go to /scip/-/packages after building to link to proj
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &repo codeberg.org/${CI_REPO_OWNER}/io-exporter
|
- &repo codeberg.org/${CI_REPO_OWNER}/io-exporter
|
||||||
@@ -22,9 +23,10 @@ steps:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
repo: *repo
|
repo: *repo
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
|
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_TOKEN
|
from_secret: REGISTRY_TOKEN
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [tag]
|
||||||
|
branch: main
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ docker compose run -v ./t:/pvc ioexporter /pvc/testfile
|
|||||||
Or use the pre-build image:
|
Or use the pre-build image:
|
||||||
|
|
||||||
```default
|
```default
|
||||||
docker run -u `id -u $USER` -v ./t:/pvc ghcr.io/tlinden/io-exporter:latest /pvc/testfile
|
docker run -u `id -u $USER` -v ./t:/pvc codeberg.org/scip/io-exporter:latest /pvc/testfile
|
||||||
```
|
```
|
||||||
|
|
||||||
## Grafana
|
## Grafana
|
||||||
@@ -98,11 +98,11 @@ as a starting point to integrate it into your monitoring setup.
|
|||||||
|
|
||||||
It looks like this:
|
It looks like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Report bugs
|
# Report bugs
|
||||||
|
|
||||||
[Please open an issue](https://github.com/TLINDEN/io-exporter/issues). Thanks!
|
[Please open an issue](https://codeberg.org/scip/io-exporter/issues). Thanks!
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user