Skip to content

Commit afef915

Browse files
chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#9092)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24a988a commit afef915

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/cd-api.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml
55-
- uses: docker/login-action@v3.1.0
55+
- uses: docker/login-action@v3.2.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.1.0
59+
- uses: docker/login-action@v3.2.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/cd-auth.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml
55-
- uses: docker/login-action@v3.1.0
55+
- uses: docker/login-action@v3.2.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.1.0
59+
- uses: docker/login-action@v3.2.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/cd-metrics-scraper.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml
55-
- uses: docker/login-action@v3.1.0
55+
- uses: docker/login-action@v3.2.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.1.0
59+
- uses: docker/login-action@v3.2.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/cd-web.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml
55-
- uses: docker/login-action@v3.1.0
55+
- uses: docker/login-action@v3.2.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.1.0
59+
- uses: docker/login-action@v3.2.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

0 commit comments

Comments
 (0)