diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7342ce3f70..9035114bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: run: ./mill integration.docker-slim.test - name: Login to GitHub Container Registry if: startsWith(github.ref, 'refs/tags/v') - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -159,7 +159,7 @@ jobs: run: ./mill integration.docker.test - name: Login to GitHub Container Registry if: startsWith(github.ref, 'refs/tags/v') - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}