aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-18 15:29:59 +0000
committerChris Lu <chrislusf@users.noreply.github.com>2023-09-18 12:51:19 -0700
commit22023680d84058e44ef7473756c56421f6cb5ec4 (patch)
tree92e4c49f90573f64e7b437a159d56e982e1197c1 /.github/workflows/container_dev.yml
parent48e817d3e7ffd2d9ffd7001df9b1d574c41e005d (diff)
downloadseaweedfs-22023680d84058e44ef7473756c56421f6cb5ec4.tar.xz
seaweedfs-22023680d84058e44ef7473756c56421f6cb5ec4.zip
Bump docker/build-push-action from 4.2.1 to 5.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0a97817b6ade9f46837855d676c4cca3a2471fc9...0565240e2d4ab88bba5387d719585280857ece09) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/container_dev.yml')
-rw-r--r--.github/workflows/container_dev.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index 578d55119..657220c0b 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@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v2
+ uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}