diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-08 09:59:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-08 09:59:19 -0700 |
| commit | da167e313442fe8f91ca4a1d2dbea5da7b8e3a51 (patch) | |
| tree | 49e9c94d2881c74654ea788061f5efc6e7ac585a /.github/workflows/container_release5.yml | |
| parent | 0854171d228951b002efd72076c267f852f2cb15 (diff) | |
| download | seaweedfs-da167e313442fe8f91ca4a1d2dbea5da7b8e3a51.tar.xz seaweedfs-da167e313442fe8f91ca4a1d2dbea5da7b8e3a51.zip | |
Bump docker/build-push-action from 3.1.0 to 3.1.1 (#3415)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/1cb9d22b932e4832bb29793b7777ec860fc1cde0...c84f38281176d4c9cdb1626ffafcd6b3911b5d94)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/container_release5.yml')
| -rw-r--r-- | .github/workflows/container_release5.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml index c6b8d57f4..6fbdb9459 100644 --- a/.github/workflows/container_release5.yml +++ b/.github/workflows/container_release5.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # v2 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
