diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-01 13:10:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-01 13:10:02 -0700 |
| commit | f14de131b37f414bb6fea9f6c77da191c18c2307 (patch) | |
| tree | d15e1ef9eb35ab81d7376dba990cc947865b3e62 | |
| parent | d424cbbcd5d284d7a1a6e2c671da29ca12a592c3 (diff) | |
| download | seaweedfs-f14de131b37f414bb6fea9f6c77da191c18c2307.tar.xz seaweedfs-f14de131b37f414bb6fea9f6c77da191c18c2307.zip | |
chore(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 (#6743)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/471d1dc4e07e5cdedd4c2171150001c434f0b7a4...14487ce63c7a62a4a324b0bfb37086795e31c6c1)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 | ||||
| -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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 582b52ba8..b062f3fef 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 2873b0cce..7d0e9cca0 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml index 3c4b898c5..1915865c7 100644 --- a/.github/workflows/container_release1.yml +++ b/.github/workflows/container_release1.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml index 3f4374384..20415ebc3 100644 --- a/.github/workflows/container_release2.yml +++ b/.github/workflows/container_release2.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml index 4f1f7f7d2..fd4e5a571 100644 --- a/.github/workflows/container_release3.yml +++ b/.github/workflows/container_release3.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index bd7f04094..3e0db47c7 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml index 0f8bc8705..811bf099c 100644 --- a/.github/workflows/container_release5.yml +++ b/.github/workflows/container_release5.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v2 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
