Fixed typo

Fixed type
This commit is contained in:
Swarup Sengupta
2025-11-28 12:01:10 +05:30
parent ec6acafc7d
commit 098579914d
+1 -1
View File
@@ -125,7 +125,7 @@ jobs:
push: ${{ steps.dryrun.outputs.dry_run != 'true' }} push: ${{ steps.dryrun.outputs.dry_run != 'true' }}
tags: | tags: |
${{ env.DOCKERHUB_REPO }}:${{ steps.psiphon.outputs.version }} ${{ env.DOCKERHUB_REPO }}:${{ steps.psiphon.outputs.version }}
${{ env.DOCTORHUB_REPO }}:latest ${{ env.DOCKERHUB_REPO }}:latest
build-args: | build-args: |
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 }}