From 6ac31a5055f20f7c4df98bd0d459f3882c1728ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:23:35 +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 c41edab..c7799aa 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 }}