aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-11 15:37:02 +0000
committerChris Lu <chrislusf@users.noreply.github.com>2023-09-11 10:31:31 -0700
commitc097994f6393bc50a529b8e37e0933205f729034 (patch)
tree908aaf4b7afe895a586a8a6d058c13f888720bd5
parente3a7c503c3bbfe9bec08af7b64a7558f9b6b0d23 (diff)
downloadseaweedfs-c097994f6393bc50a529b8e37e0933205f729034.tar.xz
seaweedfs-c097994f6393bc50a529b8e37e0933205f729034.zip
Bump docker/build-push-action from 4.1.1 to 4.2.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2eb1c1961a95fc15694676618e422e8ba1d63825...0a97817b6ade9f46837855d676c4cca3a2471fc9) --- 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>
-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 d9f99f0b8..23d6bbc1b 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # 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 0a34770dc..99f18941f 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # 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 ade6ac75e..1046880ee 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # 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 c5f3322fc..385c72f2e 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # 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 e22489558..e8713ffcb 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # 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 6a4dd2656..199652ad3 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # 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 e7b9db03a..31c9384a0 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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}