From 534e4c0fee69fd483c2d0db7acda0850ea11ee25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:05:40 +0000 Subject: [PATCH] Bump docker/login-action from 2 to 3 (#842) Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/client-image.yml | 2 +- .github/workflows/coordinator-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client-image.yml b/.github/workflows/client-image.yml index 5352e0e9..7af6407e 100644 --- a/.github/workflows/client-image.yml +++ b/.github/workflows/client-image.yml @@ -57,7 +57,7 @@ jobs: path: nodeapp/static/frontend/ - name: 'Log in to Docker Hub' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/coordinator-image.yml b/.github/workflows/coordinator-image.yml index ffb812f4..c39b5773 100644 --- a/.github/workflows/coordinator-image.yml +++ b/.github/workflows/coordinator-image.yml @@ -48,7 +48,7 @@ jobs: path: frontend/static/frontend/ - name: 'Log in to Docker Hub' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}