Fix typo in Docker Hub tag output variable

This commit is contained in:
Swarup Sengupta
2025-11-29 01:49:39 +05:30
committed by GitHub
parent 2dedeb96ee
commit 9a5075e2df
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
run: |
PSIPHON_VERSION=${{ steps.psiphon.outputs.version }}
GO_VERSION=${{ steps.psiphon.outputs.go_version }}
DOCKERHUB=${{ steps.dockerhub_check.outputs.dockerub_tag }}
DOCKERHUB=${{ steps.dockerhub_check.outputs.dockerhub_tag }}
GHCR=${{ steps.ghcr_check.outputs.ghcr_tag }}
DRY_RUN=${{ steps.dryrun.outputs.dry_run }}