diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e131dde4..9562ca1dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,14 +328,14 @@ jobs: platforms: arm64 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 # Don't attempt to login is not pushing to Docker Hub if: steps.push-other-places.outputs.enable == 'true' with: @@ -343,7 +343,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Quay.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 # Don't attempt to login is not pushing to Quay.io if: steps.push-other-places.outputs.enable == 'true' with: