Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in the gh-actions group
Browse files Browse the repository at this point in the history
Bumps the gh-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 08dac7e commit 5969bbf
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
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 @@ -117,7 +117,7 @@ jobs:

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

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

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

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

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

0 comments on commit 5969bbf

Please sign in to comment.