Fixed typo
Fixed type
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user