From 223aa7911b81afc2ca5b81ef93e4ebb3b314c3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 13:26:16 +0000 Subject: [PATCH] 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...v2.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/buildx.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildx.yml b/.github/workflows/buildx.yml index fface1a6a9..d061ed29c0 100644 --- a/.github/workflows/buildx.yml +++ b/.github/workflows/buildx.yml @@ -39,12 +39,12 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v2.2.0 with: username: teslamate password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -96,7 +96,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=edge - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v2.2.0 with: username: teslamate password: ${{ secrets.DOCKER_PASSWORD }} @@ -129,7 +129,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2.2.1 - name: Login to DockerHub - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.2.0 with: username: teslamate password: ${{ secrets.DOCKER_PASSWORD }}