Skip to content

Commit

Permalink
update skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-z-luo committed Nov 26, 2023
1 parent 47a0295 commit d3d5879
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 @@ -199,10 +199,10 @@ jobs:
run: |
IMAGE="${{ inputs.image }}:${{ github.ref_name }}"
if docker manifest inspect "$IMAGE" &> /dev/null ; then
IMAGE_EXISTS=true >> "$GITHUB_ENV"
echo IMAGE_EXISTS=true >> "$GITHUB_ENV"
echo "Image found in ICR: ${IMAGE}"
else
IMAGE_EXISTS=false >> "$GITHUB_ENV"
echo IMAGE_EXISTS=false >> "$GITHUB_ENV"
echo "Image not found in ICR: ${IMAGE}"
fi
Expand Down

0 comments on commit d3d5879

Please sign in to comment.