fix: docker action

This commit is contained in:
jfrazx 2025-03-15 00:49:27 -07:00
parent cb102deaed
commit ecd782c8a9
No known key found for this signature in database
GPG Key ID: 7E72C3BCC0F85A7B

View File

@ -22,7 +22,7 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci') && ${{ github.repository == 'advplyr/audiobookshelf' }}"
if: ${{ !contains(github.event.head_commit.message, 'skip ci') && github.repository == 'advplyr/audiobookshelf' }}
runs-on: ubuntu-20.04
steps: