From 1516bcd171d4bdfa89287531d9f02fabb5eb1434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 May 2022 03:05:31 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 1.14.1 to 2 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/dd4fa0671be5250ee6f50aedf4cb05514abda2c7...49ed152c8eca782a232dede0303416e8f356c37b) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 2c63003a5..0736e5c54 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -686,7 +686,7 @@ jobs: cp "${{ env.ARTIFACTS_PACKAGED_DIR }}"/*.whl ./pkg - name: Login to GitHub Container Registry - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b with: registry: ghcr.io username: ${{ secrets.BOT_USERNAME }} @@ -694,7 +694,7 @@ jobs: - name: Login to DockerHub if: ${{ env.IS_PRERELEASE == 'false' }} - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }}