From ac21ab1fbe74484b8a938f72ff120b2bf758b54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:43:52 +0000 Subject: [PATCH] Bump docker/login-action from 2.0.0 to 2.2.0 (#809) Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebb85f23..ad5e8316 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: make install_k8s make start_k8s - name: Login to ghcr.io - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.actor }}