Skip to content

Commit 2344499

Browse files
Bump docker/login-action from 2.0.0 to 2.1.0 (#205)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.0.0...v2.1.0) --- 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>
1 parent edda231 commit 2344499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
restore-keys: |
115115
${{ runner.os }}-build-x-
116116
- name: Login to DockerHub
117-
uses: docker/login-action@v2.0.0
117+
uses: docker/login-action@v2.1.0
118118
with:
119119
username: ${{ secrets.DOCKERHUB_USERNAME }}
120120
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish-to-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-build-x-
2323
- name: Login to DockerHub
24-
uses: docker/login-action@v2.0.0
24+
uses: docker/login-action@v2.1.0
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)