aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release5.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-01 13:10:02 -0700
committerGitHub <noreply@github.com>2025-05-01 13:10:02 -0700
commitf14de131b37f414bb6fea9f6c77da191c18c2307 (patch)
treed15e1ef9eb35ab81d7376dba990cc947865b3e62 /.github/workflows/container_release5.yml
parentd424cbbcd5d284d7a1a6e2c671da29ca12a592c3 (diff)
downloadseaweedfs-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>
Diffstat (limited to '.github/workflows/container_release5.yml')
-rw-r--r--.github/workflows/container_release5.yml2
1 files changed, 1 insertions, 1 deletions
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' }}