Skip to content

Commit 3309aa6

Browse files
chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 (#10279)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 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 0c257a8 commit 3309aa6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/cd-api.yml

Lines changed: 2 additions & 2 deletions
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.4.0
55+
- uses: docker/login-action@v3.5.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.4.0
59+
- uses: docker/login-action@v3.5.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/cd-auth.yml

Lines changed: 2 additions & 2 deletions
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.4.0
55+
- uses: docker/login-action@v3.5.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.4.0
59+
- uses: docker/login-action@v3.5.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

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

Lines changed: 2 additions & 2 deletions
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.4.0
55+
- uses: docker/login-action@v3.5.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.4.0
59+
- uses: docker/login-action@v3.5.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/cd-web.yml

Lines changed: 2 additions & 2 deletions
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.4.0
55+
- uses: docker/login-action@v3.5.0
5656
with:
5757
username: ${{ secrets.DOCKER_RELEASE_USER }}
5858
password: ${{ secrets.DOCKER_RELEASE_PASS }}
59-
- uses: docker/login-action@v3.4.0
59+
- uses: docker/login-action@v3.5.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ jobs:
148148
with:
149149
config: .github/buildkitd.toml
150150
- name: Login to Docker
151-
uses: docker/login-action@v3.4.0
151+
uses: docker/login-action@v3.5.0
152152
with:
153153
username: ${{ secrets.DOCKER_RELEASE_USER }}
154154
password: ${{ secrets.DOCKER_RELEASE_PASS }}
155155
- name: Login to GHCR
156-
uses: docker/login-action@v3.4.0
156+
uses: docker/login-action@v3.5.0
157157
with:
158158
registry: ghcr.io
159159
username: ${{ github.actor }}

0 commit comments

Comments
 (0)