From 5f3c0517d87cb06c87f4c1e042158acb552a2eb7 Mon Sep 17 00:00:00 2001 From: Swarup Sengupta Date: Sat, 29 Nov 2025 01:35:18 +0530 Subject: [PATCH] Fix typo in Docker Hub and GHCR variable names --- .github/workflows/cicd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 5d4fb8c..7aa600a 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -129,8 +129,8 @@ jobs: run: | PSIPHON_VERSION=${{ steps.psiphon.outputs.version }} GO_VERSION=${{ steps.psiphon.outputs.go_version }} - DOCKERHUB=${{ steps.dockerhub_check.outputs.dockerub_tab }} - GHCR=${{ steps.ghcr_check.outputs.ghcr_tab }} + DOCKERHUB=${{ steps.dockerhub_check.outputs.dockerub_tag }} + GHCR=${{ steps.ghcr_check.outputs.ghcr_tag }} DRY_RUN=${{ steps.dryrun.outputs.dry_run }} ARGS=()