diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf30f10..8136ce9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,13 @@ jobs: with: persist-credentials: false + # Gives higher rate limits for image pulls + - name: Login to Docker Hub Container Registry (Read Only) + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # 3.3.0 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_TOKEN_READ_ONLY }} + - name: Enable arm64 emulation if: inputs.ARCHITECTURE != 'linux/amd64' uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # 3.2.0