diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-12 10:17:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 10:17:02 -0700 |
| commit | 2405dadf785f02b5021ae6f075b0c7457da8a1ae (patch) | |
| tree | 0c21aebbb95147e7423ef062850336f1839dff54 /.github/workflows/container_release2.yml | |
| parent | ae54130115a5cb91a8c72e7341cf233ec6e27407 (diff) | |
| download | seaweedfs-2405dadf785f02b5021ae6f075b0c7457da8a1ae.tar.xz seaweedfs-2405dadf785f02b5021ae6f075b0c7457da8a1ae.zip | |
chore(deps): bump docker/build-push-action from 6.5.0 to 6.6.1 (#5885)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...16ebe778df0e7752d2cfcbd924afdbbd89c1a755)
---
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>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Diffstat (limited to '.github/workflows/container_release2.yml')
| -rw-r--r-- | .github/workflows/container_release2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml index 69eb1e356..3acb53895 100644 --- a/.github/workflows/container_release2.yml +++ b/.github/workflows/container_release2.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v2 + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
