diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b2961e9..5872c3a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,3 +70,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: | ghcr.io/${{ github.repository }}:${{ matrix.entry.tag }} + # clang-18 is gone for some reason, but we hope it'll come back at some point. + continue-on-error: ${{ matrix.entry.tag == 'clang-18' }}