ci: fix docker bake v6 missing input (#3200)
### Description Related to https://github.com/libretime/libretime/pull/3199
This commit is contained in:
parent
8598c69749
commit
faa975bf2f
1
.github/workflows/container.yml
vendored
1
.github/workflows/container.yml
vendored
@ -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: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user