Skip to content

Commit

Permalink
if
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-z-luo committed Nov 26, 2023
1 parent a536fb4 commit cd7d458
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 @@ -194,8 +194,8 @@ jobs:
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 "{${{ inputs.image }}:"${{ github.ref_name }}}"
- name: Demo - Output image to push
run: echo "{${{ inputs.image }}:${{ github.ref_name }}}"

- name: Build and push
id: build-push
Expand Down

0 comments on commit cd7d458

Please sign in to comment.