making the build fail

This commit is contained in:
Smigz 2025-05-02 22:34:30 +00:00
parent 598dc03c0c
commit 98665c5b49

View file

@ -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..."