Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuler committed Feb 18, 2025
1 parent b79ea63 commit 7efa6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ray-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Check Core Image Existence
id: check_core_image
run: |
if docker manifest inspect localhost:5000/citemp:${{ env.RAYCI_BUILD_ID }}-corebuild > /dev/null 2>&1; then
if docker image ls --format '{{.Repository}}:{{.Tag}}' | grep -q "localhost:5000/citemp:${{ env.RAYCI_BUILD_ID }}-corebuild"; then
echo "exists=true" >> $GITHUB_OUTPUT
else
echo "exists=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7efa6e9

Please sign in to comment.