aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 15:20:17 +0000
committerGitHub <noreply@github.com>2022-07-25 15:20:17 +0000
commita730c4211a8c9a9c0d912fe1e7c9fd40305a6acf (patch)
tree736906abfb91119c288ac0abd982026c71b22a63 /.github/workflows/container_dev.yml
parent578eb8f39ab5804d86658d9064f3736a3f82f473 (diff)
downloadseaweedfs-a730c4211a8c9a9c0d912fe1e7c9fd40305a6acf.tar.xz
seaweedfs-a730c4211a8c9a9c0d912fe1e7c9fd40305a6acf.zip
Bump docker/build-push-action from 3.0.0 to 3.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/e551b19e49efd4e98792db7592c17c09b89db8d8...1cb9d22b932e4832bb29793b7777ec860fc1cde0) --- 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>
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 d8a2312ea..1044df6fd 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@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2
+ uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}