aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release3.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-24 09:00:20 -0700
committerGitHub <noreply@github.com>2024-06-24 09:00:20 -0700
commit38e81632e04ebe8cc1dec974a1a75b62b7f019f9 (patch)
tree7d777a37121352ade3d833ad526343e60a0c915b /.github/workflows/container_release3.yml
parent07f47776c31a011f38d923b6d3c3d314a8577e07 (diff)
downloadseaweedfs-38e81632e04ebe8cc1dec974a1a75b62b7f019f9.tar.xz
seaweedfs-38e81632e04ebe8cc1dec974a1a75b62b7f019f9.zip
chore(deps): bump docker/build-push-action from 6.0.0 to 6.1.0 (#5704)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/c382f710d39a5bb4e430307530a720f50c2d3318...31159d49c0d4756269a0940a750801a1ea5d7003) --- updated-dependencies: - dependency-name: docker/build-push-action 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_release3.yml')
-rw-r--r--.github/workflows/container_release3.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index 95eb0f634..4d7572ca5 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@c382f710d39a5bb4e430307530a720f50c2d3318 # v2
+ uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}