mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
10
.github/workflows/onpr_check-pr.yaml
vendored
10
.github/workflows/onpr_check-pr.yaml
vendored
@@ -200,7 +200,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - armhf
|
||||
if: ${{ steps.information.outputs.armhf == 'true' }}
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -215,7 +215,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - armv7
|
||||
if: ${{ steps.information.outputs.armv7 == 'true' }}
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -230,7 +230,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - aarch64
|
||||
if: ${{ steps.information.outputs.aarch64 == 'true' }}
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -245,7 +245,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - amd64
|
||||
if: ${{ steps.information.outputs.amd64 == 'true' }}
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
@@ -260,7 +260,7 @@ jobs:
|
||||
|
||||
- name: 💿 Build Addon - i386
|
||||
if: ${{ steps.information.outputs.i386 == 'true' }}
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ${{ matrix.addon }}
|
||||
push: false
|
||||
|
||||
Reference in New Issue
Block a user