diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 23623c5..21cd898 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -155,7 +155,7 @@ jobs: if: (github.event_name == 'push') || (github.event.pull_request.head.repo.full_name == github.repository) # note: GH does not allow to access secrets for PRs from a forked repositories due to security reasons # that's fine, but it means we can't push images to dockerhub - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v3.0.0 with: username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PASSWORD }}