mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 09:28:20 +01:00
Merge pull request #992 from alexbelgium/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
This commit is contained in:
10
.github/workflows/onpr_check-pr.yaml
vendored
10
.github/workflows/onpr_check-pr.yaml
vendored
@@ -195,7 +195,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - armhf
|
||||
if: ${{ steps.information.outputs.armhf == 'true' }}
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -210,7 +210,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - armv7
|
||||
if: ${{ steps.information.outputs.armv7 == 'true' }}
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -225,7 +225,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - aarch64
|
||||
if: ${{ steps.information.outputs.aarch64 == 'true' }}
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -240,7 +240,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - amd64
|
||||
if: ${{ steps.information.outputs.amd64 == 'true' }}
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -255,7 +255,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - i386
|
||||
if: ${{ steps.information.outputs.i386 == 'true' }}
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
|
||||
Reference in New Issue
Block a user