From 008a7803b8ef520f5ce634139cf49997521ffd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:13:10 +0000 Subject: [PATCH] Bump docker/login-action from 1.10.0 to 3.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.10.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fa15346..e5cdd83 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -148,7 +148,7 @@ jobs: if: (github.event_name == 'push') || (github.event.pull_request.head.repo.full_name == github.repository) # note: GH does not allow to access secrets for PRs from a forked repositories due to security reasons # that's fine, but it means we can't push images to dockerhub - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v3.0.0 with: username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PASSWORD }}