From 6ebdf3cd29cc4729f2912665a9525e655ad9b4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:33:34 +0000 Subject: [PATCH] Bump docker/login-action from 2.0.0 to 3.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... 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 18e2a15d55b..fda10941982 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@v3 - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3.0.0 with: username: teslamate password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3.0.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@v3.0.0 with: username: teslamate password: ${{ secrets.DOCKER_PASSWORD }} @@ -129,7 +129,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to DockerHub - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v3.0.0 with: username: teslamate password: ${{ secrets.DOCKER_PASSWORD }}