Skip to content

Commit 639dd02

Browse files
Bump docker/login-action from 3.3.0 to 3.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.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] <support@github.com>
1 parent f8871cc commit 639dd02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
type=raw,value=latest
5353
5454
- name: Login to Docker Hub
55-
uses: docker/login-action@v3.3.0
55+
uses: docker/login-action@v3.5.0
5656
with:
5757
username: ${{ secrets.DOCKERHUB_USERNAME }}
5858
password: ${{ secrets.DOCKERHUB_TOKEN }}
5959

6060
- name: Login to GitHub Container Registry
61-
uses: docker/login-action@v3.3.0
61+
uses: docker/login-action@v3.5.0
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
type=edge,branch=main
5757
5858
- name: Login to Docker Hub
59-
uses: docker/login-action@v3.3.0
59+
uses: docker/login-action@v3.5.0
6060
with:
6161
username: ${{ secrets.DOCKERHUB_USERNAME }}
6262
password: ${{ secrets.DOCKERHUB_TOKEN }}
6363

6464
- name: Login to GitHub Container Registry
65-
uses: docker/login-action@v3.3.0
65+
uses: docker/login-action@v3.5.0
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.actor }}

0 commit comments

Comments
 (0)