Fix typo in Docker Hub and GHCR variable names
This commit is contained in:
@@ -129,8 +129,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
PSIPHON_VERSION=${{ steps.psiphon.outputs.version }}
|
PSIPHON_VERSION=${{ steps.psiphon.outputs.version }}
|
||||||
GO_VERSION=${{ steps.psiphon.outputs.go_version }}
|
GO_VERSION=${{ steps.psiphon.outputs.go_version }}
|
||||||
DOCKERHUB=${{ steps.dockerhub_check.outputs.dockerub_tab }}
|
DOCKERHUB=${{ steps.dockerhub_check.outputs.dockerub_tag }}
|
||||||
GHCR=${{ steps.ghcr_check.outputs.ghcr_tab }}
|
GHCR=${{ steps.ghcr_check.outputs.ghcr_tag }}
|
||||||
DRY_RUN=${{ steps.dryrun.outputs.dry_run }}
|
DRY_RUN=${{ steps.dryrun.outputs.dry_run }}
|
||||||
|
|
||||||
ARGS=()
|
ARGS=()
|
||||||
|
|||||||
Reference in New Issue
Block a user