diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-11 09:36:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 09:36:21 -0700 |
| commit | 963bed33743542736fa685a9613945b7eb32ee9c (patch) | |
| tree | 98883f9517374f3915827d33cfa32145f31b1e1e /.github/workflows/container_release5.yml | |
| parent | ab70aa92da9b0baf1b918656e792b2344f4a766e (diff) | |
| download | seaweedfs-963bed33743542736fa685a9613945b7eb32ee9c.tar.xz seaweedfs-963bed33743542736fa685a9613945b7eb32ee9c.zip | |
chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 (#5373)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56...af5a7ed5ba88268d5278f7203fb52cd833f66d6e)
---
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>
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 370eb241a..d91baf7f9 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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v2 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
