mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-09-24 22:05:20 +01:00
Fix tor (#145)
Add proper version in the container, and fix tor logging and inconsistent flag
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user