Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
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>
  • Loading branch information
dependabot[bot] authored and Poeschl committed Oct 13, 2023
1 parent a3b8e8d commit fed563b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

- name: 💿 Build Addon - armhf
if: ${{ steps.information.outputs.armhf == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -148,7 +148,7 @@ jobs:

- name: 💿 Build Addon - armv7
if: ${{ steps.information.outputs.armv7 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -163,7 +163,7 @@ jobs:

- name: 💿 Build Addon - aarch64
if: ${{ steps.information.outputs.aarch64 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -178,7 +178,7 @@ jobs:

- name: 💿 Build Addon - amd64
if: ${{ steps.information.outputs.amd64 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -193,7 +193,7 @@ jobs:

- name: 💿 Build Addon - i386
if: ${{ steps.information.outputs.i386 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main-addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: 💿 Build Addon - armhf
if: ${{ steps.information.outputs.armhf == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -133,7 +133,7 @@ jobs:

- name: 💿 Build Addon - armv7
if: ${{ steps.information.outputs.armv7 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -148,7 +148,7 @@ jobs:

- name: 💿 Build Addon - aarch64
if: ${{ steps.information.outputs.aarch64 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -163,7 +163,7 @@ jobs:

- name: 💿 Build Addon - amd64
if: ${{ steps.information.outputs.amd64 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand All @@ -178,7 +178,7 @@ jobs:

- name: 💿 Build Addon - i386
if: ${{ steps.information.outputs.i386 == 'true' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.addon }}
push: false
Expand Down

0 comments on commit fed563b

Please sign in to comment.