mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 12:55:36 -04:00
making the build fail
This commit is contained in:
parent
598dc03c0c
commit
98665c5b49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# Check if the latest image exists in the registry
|
# 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")
|
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
|
if [ "$IMAGE_EXISTS" == "200" ]; then
|
||||||
echo "Latest image exists, checking for changes..."
|
echo "Latest image exists, checking for changes..."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue