From 0b17af949ecae00df4141b46a80d3582537ec439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 01:56:54 +0000 Subject: [PATCH] chore(deps): Bump docker/login-action from 2.0.0 to 2.2.0 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...465a07811f14bebb1938fbed4728c6a1ff8901fc) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c31ca4c..dd31a38 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -44,13 +44,13 @@ jobs: df -h - name: Login to DockerHub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # pin@v1 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # pin@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # pin@v1 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # pin@v1 with: registry: ghcr.io username: synthetixio