diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e95ecdb878..5dbbd17bc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.DOCKER_USERNAME }}