From 40ea71d0d2a5c8cba0d2e5ba2fdfa673d2ae42d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Dec 2021 03:06:40 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 1.10.0 to 1.12.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f054a8b539a109f9f41c372932f1ae047eff08c9...42d299face0c5c43a0487c477f595ac9cf22f1a7) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index e7d9004ef..75cf9c355 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -119,7 +119,7 @@ jobs: echo "::set-output name=compiler-tag::${COMPILER_TAG}" - name: Login to GitHub Container Registry if: ${{ fromJSON(env.BUILD_DOCKER) }} - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 with: registry: ghcr.io username: ${{ secrets.BOT_USERNAME }} @@ -532,7 +532,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to GitHub Container Registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 with: registry: ghcr.io username: ${{ secrets.BOT_USERNAME }} @@ -647,7 +647,7 @@ jobs: # id: buildx # uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 - name: Login to GitHub Container Registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 with: registry: ghcr.io username: ${{ secrets.BOT_USERNAME }}