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:
parent
6030ee2fb0
commit
be98db2c0c
|
@ -17,7 +17,7 @@ runs:
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v3
|
- uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
pull: true
|
pull: true
|
||||||
|
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
echo "LIBRETIME_VERSION=$(cat VERSION | tr -d [:blank:])" >> $GITHUB_ENV
|
echo "LIBRETIME_VERSION=$(cat VERSION | tr -d [:blank:])" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build python-builder
|
- name: Build python-builder
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
pull: true
|
pull: true
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
cache-to: type=gha,scope=python-builder,mode=max
|
cache-to: type=gha,scope=python-builder,mode=max
|
||||||
|
|
||||||
- name: Build python-base
|
- name: Build python-base
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
pull: true
|
pull: true
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
cache-to: type=gha,scope=python-base,mode=max
|
cache-to: type=gha,scope=python-base,mode=max
|
||||||
|
|
||||||
- name: Build python-base-ffmpeg
|
- name: Build python-base-ffmpeg
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
pull: true
|
pull: true
|
||||||
|
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.repository_owner == 'libretime' }}
|
push: ${{ github.repository_owner == 'libretime' }}
|
||||||
|
|
Loading…
Reference in New Issue