aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release3.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 08:29:39 -0700
committerGitHub <noreply@github.com>2024-06-17 08:29:39 -0700
commitabd12df19cb03aeb01479a7c5c826922ec370d16 (patch)
tree4b4fe733774a5386e8298e1e6de324683704bcdc /.github/workflows/container_release3.yml
parentd31c1a4e88688e7ef7496a3e151739560519f382 (diff)
downloadseaweedfs-abd12df19cb03aeb01479a7c5c826922ec370d16.tar.xz
seaweedfs-abd12df19cb03aeb01479a7c5c826922ec370d16.zip
chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 (#5680)
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 af6bb78f0..95eb0f634 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v2
+ uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}