Skip to content

Commit

Permalink
adjusted if
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-z-luo committed Nov 26, 2023
1 parent e0600d5 commit a536fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a536fb4

Please sign in to comment.