ci: fix docker bake v6 missing input (#3200)

### Description

Related to https://github.com/libretime/libretime/pull/3199
This commit is contained in:
Jonas L. 2025-08-09 16:27:29 +02:00 committed by GitHub
parent 8598c69749
commit faa975bf2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,7 @@ jobs:
- name: Build - name: Build
uses: docker/bake-action@v6 uses: docker/bake-action@v6
with: with:
source: .
pull: true pull: true
push: ${{ github.event_name == 'push' }} push: ${{ github.event_name == 'push' }}
files: | files: |