Browse Source

chore(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-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/7582/head
dependabot[bot] 2 days ago
committed by GitHub
parent
commit
05c5b34f44
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/container_latest.yml
  2. 2
      .github/workflows/container_release1.yml
  3. 2
      .github/workflows/container_release2.yml
  4. 2
      .github/workflows/container_release3.yml
  5. 2
      .github/workflows/container_release4.yml
  6. 2
      .github/workflows/container_release5.yml
  7. 2
      .github/workflows/container_release_unified.yml

2
.github/workflows/container_latest.yml

@ -83,7 +83,7 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Build ${{ matrix.platform }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
DOCKER_BUILDKIT: 1
with:

2
.github/workflows/container_release1.yml

@ -73,7 +73,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build ${{ matrix.platform }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
DOCKER_BUILDKIT: 1
with:

2
.github/workflows/container_release2.yml

@ -73,7 +73,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build ${{ matrix.platform }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
DOCKER_BUILDKIT: 1
with:

2
.github/workflows/container_release3.yml

@ -59,7 +59,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}

2
.github/workflows/container_release4.yml

@ -59,7 +59,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}

2
.github/workflows/container_release5.yml

@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}

2
.github/workflows/container_release_unified.yml

@ -120,7 +120,7 @@ jobs:
password: ${{ secrets.GHCR_TOKEN }}
- name: Build and push ${{ matrix.variant }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
DOCKER_BUILDKIT: 1
with:

Loading…
Cancel
Save