Build(deps): Bump docker/build-push-action from 5 to 6

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

---
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:
dependabot[bot] 2024-06-18 03:01:39 +00:00 committed by Boky
parent 71bf33b2e4
commit 92ab9769d8
3 changed files with 7 additions and 7 deletions

View file

@ -84,7 +84,7 @@ jobs:
update-binfmts --enable update-binfmts --enable
- name: Build and push Alpine - name: Build and push Alpine
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true
@ -132,7 +132,7 @@ jobs:
${{ runner.os }}-ubuntu- ${{ runner.os }}-ubuntu-
- name: Build and push Ubuntu - name: Build and push Ubuntu
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true
@ -176,7 +176,7 @@ jobs:
${{ runner.os }}-debian- ${{ runner.os }}-debian-
- name: Build and push Debian - name: Build and push Debian
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true

View file

@ -65,7 +65,7 @@ jobs:
update-binfmts --enable update-binfmts --enable
- name: Build Alpine - name: Build Alpine
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: false push: false

View file

@ -89,7 +89,7 @@ jobs:
update-binfmts --enable update-binfmts --enable
- name: Build and push Alpine - name: Build and push Alpine
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true
@ -141,7 +141,7 @@ jobs:
${{ runner.os }}-ubuntu- ${{ runner.os }}-ubuntu-
- name: Build and push Ubuntu - name: Build and push Ubuntu
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true
@ -191,7 +191,7 @@ jobs:
${{ runner.os }}-debian- ${{ runner.os }}-debian-
- name: Build and push Debian - name: Build and push Debian
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true