diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d907d0..c9894c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: with: version: v0.9.1 - - uses: docker/login-action@v4 + - uses: docker/login-action@v4.1.0 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKERHUB_USERNAME }}