Skip to content

Commit 7be0e9c

Browse files
Bump docker/login-action from 2.0.0 to 2.1.0 (#215)
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4dd057 commit 7be0e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
retention-days: 7
333333

334334
- name: Log in to the Container registry
335-
uses: docker/login-action@v2.0.0
335+
uses: docker/login-action@v2.1.0
336336
if: ${{ (matrix.os == 'ubuntu-latest') }}
337337
with:
338338
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)