aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-02 12:10:09 -0700
committerGitHub <noreply@github.com>2024-07-02 12:10:09 -0700
commit76a6a68c4f2a7760787188746082401a47da1206 (patch)
treeef2f50916f6a968c500f8e34668e862ad78a018c /.github/workflows/container_dev.yml
parent55e7b174e1ab5fc508c08d6a859a2c8ee66536a6 (diff)
downloadseaweedfs-76a6a68c4f2a7760787188746082401a47da1206.tar.xz
seaweedfs-76a6a68c4f2a7760787188746082401a47da1206.zip
chore(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 (#5729)
Diffstat (limited to '.github/workflows/container_dev.yml')
-rw-r--r--.github/workflows/container_dev.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index f8a4555f9..2a0b368c5 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@31159d49c0d4756269a0940a750801a1ea5d7003 # v2
+ uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}