diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da10b82..7483f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.5.0 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.DECKHOUSE_REGISTRY_USER }}