chore(deps): update docker/bake-action action to v4 (#2694)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-13 11:11:45 +01:00 committed by GitHub
parent bdbcf5073e
commit 5dc43de036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
echo "LIBRETIME_VERSION=$(cat VERSION | tr -d [:blank:])" >> $GITHUB_ENV
- name: Build
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
pull: true
push: ${{ github.event_name == 'push' }}