From 8e32669daa1aa3ed57b694690013215e3803c908 Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Thu, 31 Aug 2023 12:43:45 -0700 Subject: [PATCH] ci(push): fix env var typo (#1647) --- .github/workflows/push-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index 993cb7b8df..4e0463b88f 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -72,9 +72,9 @@ jobs: podman tag \ ${{ env.CRYOSTAT_IMG }}:$IMAGE_VERSION \ ${{ env.CRYOSTAT_IMG }}:latest - echo "tags=$IMAGE_VERSION latest" >> "$GITHUB_OUTPUT"" + echo "tags=$IMAGE_VERSION latest" >> "$GITHUB_OUTPUT" else - echo "tags=$IMAGE_VERSION" >> "$GITHUB_OUTPUT"" + echo "tags=$IMAGE_VERSION" >> "$GITHUB_OUTPUT" fi if: github.repository_owner == 'cryostatio' - name: Push to quay.io