⬆️ Update docker/build-push-action action to v5 (#194)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-25 09:38:06 +02:00
committed by GitHub
parent aed11a0f36
commit 14b8137597

View File

@@ -180,7 +180,7 @@ jobs:
- name: 💿 Build Addon - armhf - name: 💿 Build Addon - armhf
if: ${{ steps.information.outputs.armhf == 'true' }} if: ${{ steps.information.outputs.armhf == 'true' }}
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ${{ matrix.addon }} context: ${{ matrix.addon }}
push: false push: false
@@ -195,7 +195,7 @@ jobs:
- name: 💿 Build Addon - armv7 - name: 💿 Build Addon - armv7
if: ${{ steps.information.outputs.armv7 == 'true' }} if: ${{ steps.information.outputs.armv7 == 'true' }}
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ${{ matrix.addon }} context: ${{ matrix.addon }}
push: false push: false
@@ -210,7 +210,7 @@ jobs:
- name: 💿 Build Addon - aarch64 - name: 💿 Build Addon - aarch64
if: ${{ steps.information.outputs.aarch64 == 'true' }} if: ${{ steps.information.outputs.aarch64 == 'true' }}
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ${{ matrix.addon }} context: ${{ matrix.addon }}
push: false push: false
@@ -225,7 +225,7 @@ jobs:
- name: 💿 Build Addon - amd64 - name: 💿 Build Addon - amd64
if: ${{ steps.information.outputs.amd64 == 'true' }} if: ${{ steps.information.outputs.amd64 == 'true' }}
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ${{ matrix.addon }} context: ${{ matrix.addon }}
push: false push: false
@@ -240,7 +240,7 @@ jobs:
- name: 💿 Build Addon - i386 - name: 💿 Build Addon - i386
if: ${{ steps.information.outputs.i386 == 'true' }} if: ${{ steps.information.outputs.i386 == 'true' }}
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ${{ matrix.addon }} context: ${{ matrix.addon }}
push: false push: false