From 76f43032780f0b86bcd471e28c0a4ea47fa6e610 Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Thu, 2 Nov 2023 16:49:43 +0100 Subject: [PATCH] fix2 --- .github/workflows/build_image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 80288873..4d7f405e 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -45,6 +45,8 @@ jobs: - name: Set pushed image tag run: echo "::set-output name=tag::${{ vars.REGISTRY_TEST_REPOSITORY }}:${{ steps.image_version.outputs.version }}" id: pushed_image_tag + - name: Test + run: echo ${{ steps.pushed_image_tag.outputs.tag }} VS ${{ steps.yaml_image_tag.outputs.tag }} - name: Fail on YAML tag mismatch run: exit 1 if: