aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--.github/workflows/container_dev.yml2
-rw-r--r--.github/workflows/container_latest.yml2
-rw-r--r--.github/workflows/container_release1.yml2
-rw-r--r--.github/workflows/container_release2.yml2
-rw-r--r--.github/workflows/container_release3.yml2
-rw-r--r--.github/workflows/container_release4.yml2
-rw-r--r--.github/workflows/container_release5.yml2
7 files changed, 7 insertions, 7 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' }}
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index f48fe7cab..7afec41cf 100644
--- a/.github/workflows/container_latest.yml
+++ b/.github/workflows/container_latest.yml
@@ -57,7 +57,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' }}
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml
index c42671c0a..99871574f 100644
--- a/.github/workflows/container_release1.yml
+++ b/.github/workflows/container_release1.yml
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
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' }}
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml
index cb82d622c..8c81b5669 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@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v2
+ uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index 0bc2fe225..8dfec7fc5 100644
--- a/.github/workflows/container_release3.yml
+++ b/.github/workflows/container_release3.yml
@@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
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' }}
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index f309a5f19..3f958717c 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@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v2
+ uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml
index 3bc6955c9..58749cdb4 100644
--- a/.github/workflows/container_release5.yml
+++ b/.github/workflows/container_release5.yml
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
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' }}