diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 08:50:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 08:50:44 -0700 |
| commit | 6c70a7ae2f62a8cab89c76c4094ca2eec3236e78 (patch) | |
| tree | c4ac3935b1be51858fa6bd3f2c542a3efda324b8 /.github/workflows/container_dev.yml | |
| parent | a9cd9b0542ef9e2c795baf063d3f7db395ff209b (diff) | |
| download | seaweedfs-6c70a7ae2f62a8cab89c76c4094ca2eec3236e78.tar.xz seaweedfs-6c70a7ae2f62a8cab89c76c4094ca2eec3236e78.zip | |
chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#5665)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/2cdde995de11925a030ce8070c3d77a52ffcf1c0...ca052bb54ab0790a636c9b5f226502c73d547a25)
---
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 2ec4e2533..a075022dd 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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v2 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
