From 9e58ffe0b97e4018b78ce9611c9f0c62117e68f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:17:26 +0100 Subject: [PATCH] Bump docker/login-action from 2 to 3 (#169) 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/d4science-images.yml | 2 +- .github/workflows/egi-images.yml | 2 +- .github/workflows/sidecar.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/d4science-images.yml b/.github/workflows/d4science-images.yml index dac8e3fa..8a158269 100644 --- a/.github/workflows/d4science-images.yml +++ b/.github/workflows/d4science-images.yml @@ -98,7 +98,7 @@ jobs: # we are so scarce on storage that this needs to be cleared rm -rf /tmp/base.tar - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/egi-images.yml b/.github/workflows/egi-images.yml index 9c53477f..6bb78397 100644 --- a/.github/workflows/egi-images.yml +++ b/.github/workflows/egi-images.yml @@ -89,7 +89,7 @@ jobs: # we are so scarce on storage that this needs to be cleared rm -rf /tmp/base.tar - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/sidecar.yml b/.github/workflows/sidecar.yml index 1ea03467..d92daf98 100644 --- a/.github/workflows/sidecar.yml +++ b/.github/workflows/sidecar.yml @@ -43,7 +43,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}