diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f696f67..4085a89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: uses: docker/setup-buildx-action@v3.10.0 - name: Login to DockerHub - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 if: ${{ endsWith(github.ref, '/main') }} with: username: ${{ secrets.DOCKERHUB_USERNAME }}