From 98665c5b49118d56aa19856163639172daf3af5d Mon Sep 17 00:00:00 2001 From: smiggiddy Date: Fri, 2 May 2025 22:34:30 +0000 Subject: [PATCH] making the build fail --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84440c9..67e921d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: # Check if the latest image exists in the registry IMAGE_EXISTS=$(curl -s -o /dev/null -w "%{http_code}" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://ghcr.io/v2/${{ github.repository_owner }}/${{ matrix.project }}/manifests/latest") - cd ${{ matrix.project }} + if [ "$IMAGE_EXISTS" == "200" ]; then echo "Latest image exists, checking for changes..."