build number cache buster

This commit is contained in:
JurajKubrican
2025-08-04 16:36:01 +02:00
parent b13c8c4f14
commit c57b4504e5
3 changed files with 2 additions and 13 deletions

View File

@@ -55,6 +55,7 @@ jobs:
run: |
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 }} \
"$IMAGE_NAME:latest"
- name: Cleanup