diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-08 09:21:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 09:21:37 -0700 |
| commit | e8c50e65b39f60a0e4b1d61bf32b125a224b8f70 (patch) | |
| tree | 4351f3275e7dec7983c292f42f1d629f9684d628 /.github/workflows/container_dev.yml | |
| parent | fd529045b604394fa39a63f0b4e201a3ef29647d (diff) | |
| download | seaweedfs-e8c50e65b39f60a0e4b1d61bf32b125a224b8f70.tar.xz seaweedfs-e8c50e65b39f60a0e4b1d61bf32b125a224b8f70.zip | |
chore(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 (#5757)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/15560696de535e4014efeff63c48f16952e52dd1...1a162644f9a7e87d8f4b053101d1d9a712edc18c)
---
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_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 1a1a9be2a..f14778c0d 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@15560696de535e4014efeff63c48f16952e52dd1 # v2 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
