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 }}