Set target build args

This commit is contained in:
Swarup Sengupta
2025-11-28 21:14:55 +05:30
parent 098579914d
commit d761c1e214
+1
View File
@@ -127,6 +127,7 @@ jobs:
${{ env.DOCKERHUB_REPO }}:${{ steps.psiphon.outputs.version }} ${{ env.DOCKERHUB_REPO }}:${{ steps.psiphon.outputs.version }}
${{ env.DOCKERHUB_REPO }}:latest ${{ env.DOCKERHUB_REPO }}:latest
build-args: | build-args: |
TARGETS= ${{ env.TARGET_PLATFORMS }}
GO_VERSION=${{ steps.psiphon.outputs.go_version }} GO_VERSION=${{ steps.psiphon.outputs.go_version }}
PSIPHON_VERSION=${{ steps.psiphon.outputs.version }} PSIPHON_VERSION=${{ steps.psiphon.outputs.version }}