chore(deps): update docker/build-push-action action to v4 (#2352)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-31 09:26:09 +02:00 committed by GitHub
parent 6030ee2fb0
commit be98db2c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ runs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v4
with:
context: .
pull: true

View File

@ -36,7 +36,7 @@ jobs:
echo "LIBRETIME_VERSION=$(cat VERSION | tr -d [:blank:])" >> $GITHUB_ENV
- name: Build python-builder
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
pull: true
@ -45,7 +45,7 @@ jobs:
cache-to: type=gha,scope=python-builder,mode=max
- name: Build python-base
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
pull: true
@ -54,7 +54,7 @@ jobs:
cache-to: type=gha,scope=python-base,mode=max
- name: Build python-base-ffmpeg
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
pull: true

View File

@ -78,7 +78,7 @@ jobs:
EOF
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.repository_owner == 'libretime' }}