This commit is contained in:
JurajKubrican
2025-08-15 13:43:36 +02:00
parent 1546b0d0bc
commit e3c6500b06
3 changed files with 2 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ jobs:
docker run -d --name $IMAGE_NAME -p $PORT:54321 --restart=always \
-v "/volume2/docker/$IMAGE_NAME/data:/app/data" \
-e BUILD_NUMBER=${{ github.run_number }} \
-e API_TOKEN="${{ secrets.GRAFANA_API_KEY }}" \
"$IMAGE_NAME:latest"
- name: Cleanup

Binary file not shown.