Add proper version in the container, and fix tor logging and
inconsistent flag
This commit is contained in:
CaliBrain
2025-04-19 01:33:58 -04:00
committed by GitHub
parent 0be0c8f665
commit 270fe7ae6b
6 changed files with 32 additions and 17 deletions
@@ -51,6 +51,8 @@ jobs:
context: .
target: cwa-bd
push: true
build-args: |
BUILD_VERSION=$(date +'%Y%m%d')-${{ github.sha }}
tags: ${{ steps.meta-main.outputs.tags }}
labels: ${{ steps.meta-main.outputs.labels }}
@@ -82,6 +84,8 @@ jobs:
context: .
target: cwa-bd-tor
push: true
build-args: |
BUILD_VERSION=$(date +'%Y%m%d')-${{ github.sha }}
tags: ${{ steps.meta-tor.outputs.tags }}
labels: ${{ steps.meta-tor.outputs.labels }}