Fix typo in Docker Hub and GHCR variable names

This commit is contained in:
Swarup Sengupta
2025-11-29 01:35:18 +05:30
committed by GitHub
parent 2e8ec49d92
commit 5f3c0517d8
+2 -2
View File
@@ -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=()