aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 10:39:28 -0700
committerGitHub <noreply@github.com>2023-06-12 10:39:28 -0700
commit5abb78bbd49d9470e8da2e8df6ebb6bb03b33ad7 (patch)
tree9338d09decef17f56b3eab4b0a51db2bcfa966c2
parentc0a0b84c66f91f95fa521e4f834ab9ae96d101d0 (diff)
downloadseaweedfs-5abb78bbd49d9470e8da2e8df6ebb6bb03b33ad7.tar.xz
seaweedfs-5abb78bbd49d9470e8da2e8df6ebb6bb03b33ad7.zip
build(deps): bump docker/login-action from 2.1.0 to 2.2.0 (#4565)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f4ef78c080cd8ba55a85445d5b36e214a81df20a...465a07811f14bebb1938fbed4728c6a1ff8901fc) --- updated-dependencies: - dependency-name: docker/login-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>
-rw-r--r--.github/workflows/container_dev.yml4
-rw-r--r--.github/workflows/container_latest.yml4
-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, 9 insertions, 9 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index a67e600d7..297ad2e0b 100644
--- a/.github/workflows/container_dev.yml
+++ b/.github/workflows/container_dev.yml
@@ -42,14 +42,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index 577496638..548bee97d 100644
--- a/.github/workflows/container_latest.yml
+++ b/.github/workflows/container_latest.yml
@@ -43,14 +43,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml
index df906b0c9..73bd2ef82 100644
--- a/.github/workflows/container_release1.yml
+++ b/.github/workflows/container_release1.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml
index ed240c84e..7d572020e 100644
--- a/.github/workflows/container_release2.yml
+++ b/.github/workflows/container_release2.yml
@@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index 10209d14b..6f99ed3f6 100644
--- a/.github/workflows/container_release3.yml
+++ b/.github/workflows/container_release3.yml
@@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index bc3d88145..325031235 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml
index 405210100..3a35f4b35 100644
--- a/.github/workflows/container_release5.yml
+++ b/.github/workflows/container_release5.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}