mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Merge pull request #2573 from alexbelgium/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 5 to 7
This commit is contained in:
10
.github/workflows/onpr_check-pr.yaml
vendored
10
.github/workflows/onpr_check-pr.yaml
vendored
@@ -177,7 +177,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@v5
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.addon }}
|
context: ${{ matrix.addon }}
|
||||||
push: false
|
push: false
|
||||||
@@ -191,7 +191,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@v5
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.addon }}
|
context: ${{ matrix.addon }}
|
||||||
push: false
|
push: false
|
||||||
@@ -205,7 +205,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@v5
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.addon }}
|
context: ${{ matrix.addon }}
|
||||||
push: false
|
push: false
|
||||||
@@ -219,7 +219,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@v5
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.addon }}
|
context: ${{ matrix.addon }}
|
||||||
push: false
|
push: false
|
||||||
@@ -233,7 +233,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@v5
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.addon }}
|
context: ${{ matrix.addon }}
|
||||||
push: false
|
push: false
|
||||||
|
|||||||
Reference in New Issue
Block a user