aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-09 08:33:26 -0700
committerGitHub <noreply@github.com>2022-05-09 08:33:26 -0700
commit07b1d10f268b6520dceaeed981ff994b55b206d6 (patch)
tree31153ebd91b0821aac527ee77d7f21a79a73d3a8 /.github/workflows/container_dev.yml
parent89688d9147c39af1908a972e9747f1650c9c97d9 (diff)
parent82fb8f9333e3b2033229790eee076c7bbf2bbf95 (diff)
downloadseaweedfs-07b1d10f268b6520dceaeed981ff994b55b206d6.tar.xz
seaweedfs-07b1d10f268b6520dceaeed981ff994b55b206d6.zip
Merge pull request #3028 from chrislusf/dependabot/github_actions/docker/build-push-action-3
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 5b38e2642..ac93e4537 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@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2
+ uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}