Browse Source

build(deps): bump docker/build-push-action from 6 to 7

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

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/2526/head
dependabot[bot] 4 months ago
committed by GitHub
parent
commit
bf56353ca9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/deploy-development.yml
  2. 2
      .github/workflows/deploy-edge.yml
  3. 2
      .github/workflows/deploy-pr.yml
  4. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy-development.yml

@ -52,7 +52,7 @@ jobs:
- name: Build and push by digest - name: Build and push by digest
id: build id: build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
platforms: ${{ matrix.arch.platform }} platforms: ${{ matrix.arch.platform }}

2
.github/workflows/deploy-edge.yml

@ -61,7 +61,7 @@ jobs:
- name: Build and push by digest - name: Build and push by digest
id: build id: build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
platforms: ${{ matrix.arch.platform }} platforms: ${{ matrix.arch.platform }}

2
.github/workflows/deploy-pr.yml

@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Image - name: Build Docker Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: false push: false

2
.github/workflows/deploy.yml

@ -60,7 +60,7 @@ jobs:
- name: Build and push by digest - name: Build and push by digest
id: build id: build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
platforms: ${{ matrix.arch.platform }} platforms: ${{ matrix.arch.platform }}

Loading…
Cancel
Save