diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-01 10:32:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 10:32:35 -0800 |
| commit | 39d4a0b495ed4750764f7f0233008a340ea3db34 (patch) | |
| tree | e805d3182240c3d90f11e10479aa1b048d6d140c /.github | |
| parent | 1f9967e84f7f1c1c8b9d01079245dea0557b8175 (diff) | |
| download | seaweedfs-39d4a0b495ed4750764f7f0233008a340ea3db34.tar.xz seaweedfs-39d4a0b495ed4750764f7f0233008a340ea3db34.zip | |
chore(deps): bump docker/build-push-action from 5 to 6 (#7582)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container_latest.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release1.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release2.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release3.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release4.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release5.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release_unified.yml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 9146ccc43..7d8868f35 100644 --- a/.github/workflows/container_latest.yml +++ b/.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: diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml index 8cc39dbeb..6f073fc52 100644 --- a/.github/workflows/container_release1.yml +++ b/.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: diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml index cc027acff..678f10ad1 100644 --- a/.github/workflows/container_release2.yml +++ b/.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: diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml index 0e630ef14..c5075b605 100644 --- a/.github/workflows/container_release3.yml +++ b/.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' }} diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 7f654d978..713380ee5 100644 --- a/.github/workflows/container_release4.yml +++ b/.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' }} diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml index a57c1b0fb..471028d4d 100644 --- a/.github/workflows/container_release5.yml +++ b/.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' }} diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index d3c3c278b..eb8df9834 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.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: |
