aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release1.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-09 15:22:43 +0000
committerGitHub <noreply@github.com>2022-05-09 15:22:43 +0000
commit82fb8f9333e3b2033229790eee076c7bbf2bbf95 (patch)
treea26bfa461cb9a44ce1f8fffa22c4d773c11f754a /.github/workflows/container_release1.yml
parent5082ed71761c5a39d57ee67d4f6c7fa5920d5cf0 (diff)
downloadseaweedfs-82fb8f9333e3b2033229790eee076c7bbf2bbf95.tar.xz
seaweedfs-82fb8f9333e3b2033229790eee076c7bbf2bbf95.zip
Bump docker/build-push-action from 2.10.0 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ac9327eae2b366085ac7f6a2d02df8aa8ead720a...e551b19e49efd4e98792db7592c17c09b89db8d8) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/container_release1.yml')
-rw-r--r--.github/workflows/container_release1.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml
index dde9010e7..17dff4049 100644
--- a/.github/workflows/container_release1.yml
+++ b/.github/workflows/container_release1.yml
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
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' }}