Skip to content

Commit 3e85792

Browse files
Bump docker/login-action from 1.12.0 to 2.0.0 (#126)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 2.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.12.0...v2.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0746d1d commit 3e85792

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
@@ -328,7 +328,7 @@ jobs:
328328
retention-days: 7
329329

330330
- name: Log in to the Container registry
331-
uses: docker/login-action@v1.12.0
331+
uses: docker/login-action@v2.0.0
332332
if: ${{ (matrix.os == 'ubuntu-latest') }}
333333
with:
334334
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)