From a536fb40bf430da3aa17f9ea1aa09ee8309aafb9 Mon Sep 17 00:00:00 2001 From: Oliver Luo Date: Sun, 26 Nov 2023 09:05:21 -0800 Subject: [PATCH] adjusted if --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e5820f..f390d10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -193,9 +193,9 @@ jobs: travis_api_token: ${{ secrets.TRAVIS_API_TOKEN }} image_scan_result_cos_api_token: ${{ secrets.CONTAINER_IMAGE_SCAN_RESULT_COS_API_KEY }} fail_if_overdue: ${{ inputs.scan_fail_if_overdue }} - + - name: Demo - Check icr and compare to current image - run: echo "${{ github.ref_name }}" -- echo ${{ inputs.image }} + run: echo "{${{ inputs.image }}:"${{ github.ref_name }}}" - name: Build and push id: build-push