aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release4.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 08:50:44 -0700
committerGitHub <noreply@github.com>2024-06-10 08:50:44 -0700
commit6c70a7ae2f62a8cab89c76c4094ca2eec3236e78 (patch)
treec4ac3935b1be51858fa6bd3f2c542a3efda324b8 /.github/workflows/container_release4.yml
parenta9cd9b0542ef9e2c795baf063d3f7db395ff209b (diff)
downloadseaweedfs-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_release4.yml')
-rw-r--r--.github/workflows/container_release4.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index e2f390b8e..53d6830c4 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
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' }}