From 109a1d2c361db6461429950cb0ca5f117a5d31a9 Mon Sep 17 00:00:00 2001 From: itsdevbear Date: Fri, 14 Jun 2024 14:48:50 -0400 Subject: [PATCH] bet --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c214144975..8b07139863 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -181,6 +181,7 @@ jobs: echo "GitHub Head Ref: ${{ github.head_ref }}" echo "GitHub Base Ref: ${{ github.base_ref }}" echo "PUSH_DOCKER_IMAGE: ${{ env.PUSH_DOCKER_IMAGE }}" + echo "VERSION: ${{ env.VERSION }}" - name: Build Docker image run: | make build-docker