From 9a5075e2df7c0bada50253ce0af86b58371df3c6 Mon Sep 17 00:00:00 2001 From: Swarup Sengupta Date: Sat, 29 Nov 2025 01:49:39 +0530 Subject: [PATCH] Fix typo in Docker Hub tag output variable --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index f9bc36a..0ad0ffc 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -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 }}